Increase character limit for server IP
This commit is contained in:
parent
40c5559d6c
commit
550c39db1b
File diff suppressed because one or more lines are too long
|
@ -82,7 +82,7 @@ public class GuiMultiplayer extends GuiScreen {
|
||||||
var3 = "";
|
var3 = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
int var4 = 32 - this.serverAddress.length();
|
int var4 = 128 - this.serverAddress.length();
|
||||||
if(var4 > var3.length()) {
|
if(var4 > var3.length()) {
|
||||||
var4 = var3.length();
|
var4 = var3.length();
|
||||||
}
|
}
|
||||||
|
|
17126
web/js/app.js
17126
web/js/app.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user