mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-08-01 01:16:02 -04:00
Merge branch 'master' into awareness
This commit is contained in:
@@ -28,7 +28,6 @@ import resources.Terrain;
|
||||
import resources.client_info.ClientFactory;
|
||||
import resources.client_info.visitors.ObjectData;
|
||||
import resources.client_info.visitors.SlotArrangementData;
|
||||
import resources.client_info.visitors.SlotDefinitionData;
|
||||
import resources.client_info.visitors.SlotDescriptorData;
|
||||
import resources.control.Intent;
|
||||
import resources.control.Manager;
|
||||
@@ -311,4 +310,8 @@ public class ObjectManager extends Manager {
|
||||
private WeaponObject createWeaponObject(long objectId, String template) {
|
||||
return new WeaponObject(objectId);
|
||||
}
|
||||
|
||||
public SWGObject getObjectById(long id) {
|
||||
return objects.get(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user