mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
Reorganized intent structure
This commit is contained in:
@@ -27,10 +27,9 @@
|
||||
***********************************************************************************/
|
||||
package services.objects;
|
||||
|
||||
import intents.GalacticPacketIntent;
|
||||
import intents.ObjectTeleportIntent;
|
||||
import intents.PlayerEventIntent;
|
||||
import intents.swgobject_events.SWGObjectEventIntent;
|
||||
import intents.network.GalacticPacketIntent;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
@@ -90,7 +89,6 @@ public class ObjectManager extends Manager {
|
||||
|
||||
@Override
|
||||
public boolean initialize() {
|
||||
registerForIntent(SWGObjectEventIntent.TYPE);
|
||||
registerForIntent(GalacticPacketIntent.TYPE);
|
||||
registerForIntent(PlayerEventIntent.TYPE);
|
||||
registerForIntent(ObjectTeleportIntent.TYPE);
|
||||
|
||||
Reference in New Issue
Block a user