Better Graphics and UI ^^
This commit is contained in:
Generated
+1
@@ -76,6 +76,7 @@
|
||||
<workItem from="1674904474316" duration="988000" />
|
||||
<workItem from="1674921351528" duration="2368000" />
|
||||
<workItem from="1674945364389" duration="7759000" />
|
||||
<workItem from="1675011672827" duration="176000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -243,15 +243,13 @@ public class Room
|
||||
}
|
||||
} catch (IOException e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void closeRoom()
|
||||
{
|
||||
System.out.println(Server.getDateTime() + " A player has left!");
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ public class Server
|
||||
|
||||
switch(readData[0])
|
||||
{
|
||||
case 0:
|
||||
case 2:
|
||||
byte[] code = generateRoomCode();
|
||||
output.write(code);
|
||||
|
||||
@@ -104,7 +104,7 @@ public class Server
|
||||
}).start();
|
||||
}
|
||||
}
|
||||
catch(Exception e){e.printStackTrace();}
|
||||
catch(Exception e){}
|
||||
}
|
||||
|
||||
private byte[] generateRoomCode()
|
||||
|
||||
Reference in New Issue
Block a user