mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
fix comment
This commit is contained in:
parent
8043970df7
commit
20c66386f8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
class JurisdictionListener : public NodeListHook, public PacketSender, public ReceivedPacketProcessor {
|
||||
public:
|
||||
static const int DEFAULT_PACKETS_PER_SECOND = 1;
|
||||
static const int NO_SERVER_CHECK_RATE=60;
|
||||
static const int NO_SERVER_CHECK_RATE = 60; // if no servers yet detected, keep checking at 60fps
|
||||
|
||||
JurisdictionListener(PacketSenderNotify* notify = NULL);
|
||||
~JurisdictionListener();
|
||||
|
|
Loading…
Reference in a new issue