Fix join logic in menu panel
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
extends MultiplayerSpawner
|
||||
|
||||
|
||||
@export var kitchen_scene: PackedScene
|
||||
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
if not kitchen_scene:
|
||||
push_error("StationSpawner missing kitchen_scene")
|
||||
|
||||
Reference in New Issue
Block a user