This commit is contained in:
brausjonas
2023-01-29 02:21:30 +01:00
parent 6754d710b2
commit 569fa1f3db
5 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -207,7 +207,7 @@ public class Room
players[j].output.write(send);
} catch (IOException e)
{
e.printStackTrace();
}
} else
{
@@ -227,7 +227,7 @@ public class Room
players[j].output.write(send);
} catch (IOException e)
{
e.printStackTrace();
}
}
}