mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-28 18:53:37 +00:00
switched NumberPoolAccessorActor out for UniqueNumberSystem; created file that enumerates object types for future reference
cleaned up folder object/guid, except for contents of objects/guid/selectors
This commit is contained in:
parent
0a0a416585
commit
92b6883fa0
14 changed files with 103 additions and 1291 deletions
|
|
@ -1175,7 +1175,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
}
|
||||
|
||||
def Execute(resolver : ActorRef) : Unit = {
|
||||
localAccessor ! Register(localObject, resolver)
|
||||
localAccessor ! Register(localObject, "dynamic", resolver)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue