Skip to content

Commit

Permalink
fix classicalsharp client always connecting to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jan 6, 2019
1 parent 401429b commit 9e313bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ClassicalSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ static void Main(string[] args) {
string user = null, mppass = null;
string skinServer = "http://static.classicube.net/skins/";

args = new string[] { "UnknownShadow200", "mppass", "127.0.0.1", "25565" };

if (args.Length == 0 || args.Length == 1) {
user = args.Length > 0 ? args[0] : "Singleplayer";
} else if (args.Length < 4) {
Expand Down

0 comments on commit 9e313bd

Please sign in to comment.