Initialize WorldObject name field.
This commit is contained in:
@@ -44,7 +44,7 @@ public abstract class WorldObject
|
|||||||
|
|
||||||
private boolean _isSpawned;
|
private boolean _isSpawned;
|
||||||
private WorldObjectKnownList _knownList;
|
private WorldObjectKnownList _knownList;
|
||||||
private String _name;
|
private String _name = "";
|
||||||
private int _objectId;
|
private int _objectId;
|
||||||
private ObjectPosition _position;
|
private ObjectPosition _position;
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@ public abstract class WorldObject
|
|||||||
|
|
||||||
private boolean _isSpawned;
|
private boolean _isSpawned;
|
||||||
private WorldObjectKnownList _knownList;
|
private WorldObjectKnownList _knownList;
|
||||||
private String _name;
|
private String _name = "";
|
||||||
private int _objectId;
|
private int _objectId;
|
||||||
private ObjectPosition _position;
|
private ObjectPosition _position;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user