Skip to content

Commit 4b0241b

Browse files
authored
Fix LobbyScene
1 parent b1ee5e7 commit 4b0241b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

csharp/Menus/LobbyScene.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using ExtractIntoVoid.Managers;
1+
#if CLIENT || GAME
2+
using ExtractIntoVoid.Managers;
23
using ExtractIntoVoid.Worlds;
34
using Godot;
45

@@ -30,3 +31,4 @@ public void Quit()
3031
}
3132

3233
}
34+
#endif

0 commit comments

Comments
 (0)