no message

This commit is contained in:
DenialMC 2015-04-08 21:58:39 +03:00
parent e9729a2ba6
commit d76c4788f2
11 changed files with 62 additions and 0 deletions

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -0,0 +1,12 @@
diff a/astron/config/clientagent-0.yml b/astron/config/clientagent-0.yml (rejected hunks)
@@ -8,10 +8,6 @@
- ../dclass/toon.dc
uberdogs:
- - class: CentralLogger
- id: 4688
- anonymous: false
-
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -8,6 +8,10 @@ general:
- ../dclass/toon.dc
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -10,6 +10,10 @@ messagedirector:
bind: 127.0.0.1:7100
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true

View file

@ -0,0 +1,14 @@
diff a/astron/dclass/united.dc b/astron/dclass/united.dc (rejected hunks)
@@ -13,12 +13,9 @@
from otp.friends import GuildManager/AI/UD
from otp.friends import FriendInfo
from otp.friends import AvatarFriendInfo
-from otp.distributed import ObjectServer/AI/UD
from otp.distributed import DistributedDistrict/AI/UD
from otp.distributed import DistributedDirectory/AI
-from otp.distributed import DistributedTestObject/AI
from otp.chat import ChatAgent/UD
-from otp.distributed import CentralLogger/AI/UD
from otp.avatar import AvatarHandle
typedef uint8 bool;