mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-23 20:57:12 -04:00
Default skin server of multiplayer is classicube skin server
This commit is contained in:
parent
3179e93b3e
commit
31896f2547
@ -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…
x
Reference in New Issue
Block a user