Modify kitchen scene

This commit is contained in:
JonShard
2026-08-11 14:46:04 +02:00
parent 6a591b9e3a
commit 58adbf83e2
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ func is_server() -> bool:
func is_online() -> bool:
var p := multiplayer.multiplayer_peer
return p != null and not (p is OfflineMultiplayerPeer)
## True on the machine that owns authoritative world logic: the server when
## online, or the single player when offline. Station logic and spawning should