Implement team selection #27
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once a player has joined a server, they must be able to choose a side. Currently, we have
red
andblue
teams (later it might change), so the player must choose betweenRED
andBLUE
We should store this information in the server manager on the server node.
AC: