Closed IDragonfire closed 11 years ago
if you try to move a player, a NullPointer comes.
reason: this.e == null:
tmp fix:
public float d() { if(this.e == null) { return 0.0f; } return (float) this.e.getValue(); }
if you try to move a player, a NullPointer comes.
reason: this.e == null:
tmp fix: