mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
add functionality for avoidtimesync
This commit is contained in:
parent
7054b239a1
commit
cebd3234f1
@ -121,7 +121,10 @@ namespace QSB.TimeSync
|
||||
}
|
||||
else
|
||||
{
|
||||
WakeUpOrSleep();
|
||||
if (!QSBCore.SkipTitleScreen)
|
||||
{
|
||||
WakeUpOrSleep();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -240,7 +243,7 @@ namespace QSB.TimeSync
|
||||
{
|
||||
UpdateServer();
|
||||
}
|
||||
else if (IsLocalPlayer)
|
||||
else if (IsLocalPlayer && !QSBCore.AvoidTimeSync)
|
||||
{
|
||||
UpdateClient();
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"debugMode": true,
|
||||
"showLines": false,
|
||||
"drawLines": true,
|
||||
"showQuantumVisibilityObjects": false,
|
||||
"showQuantumDebugBoxes": false,
|
||||
"avoidTimeSync": false,
|
||||
"avoidTimeSync": true,
|
||||
"skipTitleScreen": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user