mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
no message
This commit is contained in:
parent
e9729a2ba6
commit
d76c4788f2
11 changed files with 62 additions and 0 deletions
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
12
astron/config/clientagent-0.yml.rej
Normal file
12
astron/config/clientagent-0.yml.rej
Normal 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
|
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
|
@ -8,6 +8,10 @@ general:
|
|||
- ../dclass/toon.dc
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
|
@ -10,6 +10,10 @@ messagedirector:
|
|||
bind: 127.0.0.1:7100
|
||||
|
||||
uberdogs:
|
||||
- class: CentralLogger
|
||||
id: 4688
|
||||
anonymous: false
|
||||
|
||||
- class: ClientServicesManager
|
||||
id: 4665
|
||||
anonymous: true
|
||||
|
|
14
astron/dclass/united.dc.rej
Normal file
14
astron/dclass/united.dc.rej
Normal 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;
|
Loading…
Reference in a new issue