ChernoChat
ChernoChat copied to clipboard
All of the code for the Cherno Chat project, as well as the code for the individual episodes.
Results
5
ChernoChat issues
Sort by
recently updated
recently updated
newest added
pull web
disconnected clients can still send Messages to everyone FIX: Send Function in clientWindow.Java ``` Java private void send(String message, boolean text) { if (message.equals("")) return; if (text) { //removed this...