Fix me being dumb

This commit is contained in:
AlexTheCoder 2016-08-30 03:22:55 -04:00
parent 90ce21db3d
commit ba02dea404
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ public class Npc
getDatabaseRecord().getX(),
getDatabaseRecord().getY(),
getDatabaseRecord().getZ(),
Float.parseFloat(yaw.toString()),
Float.parseFloat(pitch.toString()));
yaw.floatValue(),
pitch.floatValue());
if (getDatabaseRecord().getInfo() == null)
_info = null;