[FIX] nog when you click host, you are able to click the start game button

This commit is contained in:
Lars
2020-10-22 22:02:41 +02:00
parent 335d17838c
commit 24eb43239b
2 changed files with 6 additions and 3 deletions

View File

@@ -18,10 +18,11 @@ namespace SharedClientServer
public const byte MESSAGE = 0x02;
public const byte LOBBY = 0x03;
public const byte CANVAS = 0x04;
public const byte RANDOMWORD = 0x05;
public const byte MESSAGE_RECEIVED = 0x06;
public const byte GAME = 0x05;
public const byte MESSAGE_RECEIVED = 0x06;
public const byte RANDOMWORD = 0x07;
public enum LobbyIdentifier
{
HOST,