mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-09 19:02:00 +00:00
Enable experimental dedicated idle system
There's enough confidence among krew that there's zero apparent downside to this, but made sure to do it as a seperate commit if we have to hit the emergency switch and revert
This commit is contained in:
parent
9974a58252
commit
d52c77dba4
1 changed files with 1 additions and 1 deletions
|
@ -6199,7 +6199,7 @@ FILESTAMP
|
||||||
}
|
}
|
||||||
|
|
||||||
// If a tree falls in the forest but nobody is around to hear it, does it make a tic?
|
// If a tree falls in the forest but nobody is around to hear it, does it make a tic?
|
||||||
//#define DEDICATEDIDLETIME (10*TICRATE)
|
#define DEDICATEDIDLETIME (10*TICRATE)
|
||||||
|
|
||||||
void NetUpdate(void)
|
void NetUpdate(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue