Fix me being dumb
This commit is contained in:
parent
90ce21db3d
commit
ba02dea404
@ -44,8 +44,8 @@ public class Npc
|
|||||||
getDatabaseRecord().getX(),
|
getDatabaseRecord().getX(),
|
||||||
getDatabaseRecord().getY(),
|
getDatabaseRecord().getY(),
|
||||||
getDatabaseRecord().getZ(),
|
getDatabaseRecord().getZ(),
|
||||||
Float.parseFloat(yaw.toString()),
|
yaw.floatValue(),
|
||||||
Float.parseFloat(pitch.toString()));
|
pitch.floatValue());
|
||||||
|
|
||||||
if (getDatabaseRecord().getInfo() == null)
|
if (getDatabaseRecord().getInfo() == null)
|
||||||
_info = null;
|
_info = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user