mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Heartbeat printing Config option
This commit is contained in:
parent
0dba39808f
commit
b2c42c3275
@ -552,7 +552,8 @@ class ClientRepository(DirectObject.DirectObject):
|
||||
|
||||
def handleServerHeartbeat(self, di):
|
||||
# Got a heartbeat message from the server.
|
||||
ClientRepository.notify.info("Server heartbeat.")
|
||||
if base.config.GetBool('server-heartbeat-info', 1):
|
||||
ClientRepository.notify.info("Server heartbeat.")
|
||||
|
||||
|
||||
def handleUnexpectedMsgType(self, msgType, di):
|
||||
|
Loading…
x
Reference in New Issue
Block a user