Posted 04 January 2016 - 06:30 PM
When using the getPlayerByName function I get a table, within this table there are a few other but these all seem to be empty.
I am using the all in one version of openperipherals OpenPeripheral-1.7.10-AIO-5 but didn't see any fixes in the changelog for version 6 nor any other bugreports about this issue. Is this just me messing up? Any help is greatly appreciated
sensor = peripheral.wrap("top")
info = sensor.getPlayerByName("LuffyNL")
pos = info.position
This small snippet returns nil when trying to look at the contents of positionI am using the all in one version of openperipherals OpenPeripheral-1.7.10-AIO-5 but didn't see any fixes in the changelog for version 6 nor any other bugreports about this issue. Is this just me messing up? Any help is greatly appreciated