Default skin server of multiplayer is classicube skin server

This commit is contained in:
UnknownShadow200 2017-08-14 16:52:23 +10:00
parent 3179e93b3e
commit 31896f2547

View file

@ -80,7 +80,7 @@ namespace ClassicalSharp {
return;
}
string skinServer = args.Length >= 5 ? args[4] : "http://s3.amazonaws.com/MinecraftSkins/";
string skinServer = args.Length >= 5 ? args[4] : "http://static.classicube.net/skins/";
using (Game game = new Game(args[0], args[1], skinServer, nullContext, width, height)) {
game.IPAddress = ip;
game.Port = port;