mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
moved isLive() to ClientRepositoryBase
This commit is contained in:
parent
6744102679
commit
d65a594a10
@ -22,9 +22,6 @@ class ClientRepository(ClientRepositoryBase):
|
||||
self.DOIDnext = 0
|
||||
self.DOIDlast = 0
|
||||
|
||||
def isLive(self):
|
||||
return not (__dev__ or launcher.isTestServer())
|
||||
|
||||
def handleSetDOIDrange(self, di):
|
||||
self.DOIDbase = di.getUint32()
|
||||
self.DOIDlast = self.DOIDbase + di.getUint32()
|
||||
|
Loading…
x
Reference in New Issue
Block a user