access modifer changed back

This commit is contained in:
CharonInferar
2014-04-13 23:03:40 +02:00
parent 7091c4bbb3
commit a95b8964f0
+1 -1
View File
@@ -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();