aboutsummaryrefslogtreecommitdiff
path: root/client/project.godot
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 19:28:54 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 19:28:54 +0200
commitdbb52c813e64fbe4e733dbfec4e29889d288873e (patch)
treefe278b138f0be0fb403f34ab13e057fbef302d59 /client/project.godot
parentaedfd730dc305e122b9fe8dfd910238be9f7c1d9 (diff)
downloadhurrycurry-dbb52c813e64fbe4e733dbfec4e29889d288873e.tar
hurrycurry-dbb52c813e64fbe4e733dbfec4e29889d288873e.tar.bz2
hurrycurry-dbb52c813e64fbe4e733dbfec4e29889d288873e.tar.zst
make multiplayer non global
Diffstat (limited to 'client/project.godot')
-rw-r--r--client/project.godot2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot
index 037135f2..d05e56e7 100644
--- a/client/project.godot
+++ b/client/project.godot
@@ -17,7 +17,7 @@ config/icon="res://icon.svg"
[autoload]
-Multiplayer="*res://multiplayer.gd"
+Global="*res://global.gd"
[input]