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