Removed unnecessary debugging output.

This commit is contained in:
Patrick_Pluto 2024-06-19 18:28:49 +02:00
parent 6b2159b840
commit 7c6ae10f81

View file

@ -21,7 +21,6 @@ func next():
# Construct object name based on player index
objectName = "player%d" % playerIndex
print(objectName) # Print current player's object name (for debugging)
# Start the current player's activity
get_node(objectName).start()