fix missing msgtypes

This commit is contained in:
Open Toontown 2023-04-23 02:21:37 -04:00
parent f6d57ced5c
commit 22f87eb182

View file

@ -5,7 +5,17 @@ from datetime import datetime
from direct.directnotify import DirectNotifyGlobal from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectGlobalUD import DistributedObjectGlobalUD from direct.distributed.DistributedObjectGlobalUD import DistributedObjectGlobalUD
from direct.distributed.PyDatagram import * from direct.distributed.PyDatagram import PyDatagram
from direct.distributed.MsgTypes import (
CLIENTAGENT_ADD_POST_REMOVE,
CLIENTAGENT_CLEAR_POST_REMOVES,
CLIENTAGENT_CLOSE_CHANNEL,
CLIENTAGENT_EJECT,
CLIENTAGENT_OPEN_CHANNEL,
CLIENTAGENT_REMOVE_SESSION_OBJECT,
CLIENTAGENT_SET_CLIENT_ID,
STATESERVER_OBJECT_DELETE_RAM
)
from otp.otpbase import OTPGlobals from otp.otpbase import OTPGlobals