mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
Default skin server of multiplayer is classicube skin server
This commit is contained in:
parent
3179e93b3e
commit
31896f2547
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue