mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Enabled reusable IDs in StaticService
This commit is contained in:
@@ -140,8 +140,8 @@ public class StaticService implements INetworkDispatch {
|
||||
}
|
||||
|
||||
//long objectId = core.objectService.getDOId(planetName, template, 0, buildingId, cellNumber, x, y, z);
|
||||
//long objectId = core.objectService.getReusableId();
|
||||
long objectId = 0;
|
||||
long objectId = core.objectService.getReusableId();
|
||||
//long objectId = 0;
|
||||
SWGObject object = null;
|
||||
|
||||
MobileTemplate mobileTemplate = core.spawnService.getMobileTemplate(template);
|
||||
|
||||
Reference in New Issue
Block a user