Make new contributors welcome (#11)

* @mediabi3

* Fix up for guide and making server run easier
This commit is contained in:
Daniel Ginovker
2019-10-05 16:50:26 -04:00
committed by GitHub
parent 5fe35d517d
commit d822c80882
13 changed files with 76 additions and 5 deletions
+1 -1
View File
@@ -6536,7 +6536,7 @@ public class Game extends RSApplet {
}
catch(IOException _ex)
{
s = "connection problem";
s = "Connection problem -- Make sure FileServer is running!!";
expectedCRCs[8] = 0;
}
catch(Exception _ex)