mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
access modifer changed back
This commit is contained in:
@@ -673,7 +673,7 @@ public class ObjectService implements INetworkDispatch {
|
||||
return core.getCreatureODB().get(new Long(objectId), Long.class, CreatureObject.class);
|
||||
}
|
||||
|
||||
private long generateObjectID() {
|
||||
public long generateObjectID() {
|
||||
/*Random random = new Random();
|
||||
|
||||
long objectID = random.nextInt();
|
||||
|
||||
Reference in New Issue
Block a user