sp gui button size
This commit is contained in:
parent
705395472a
commit
b7fd82b170
5 changed files with 15 additions and 14 deletions
|
@ -369,7 +369,7 @@ public class Game implements IThreadListener {
|
|||
public int tickTimeout = 2000;
|
||||
|
||||
@Variable(name = "srv_port", category = CVarCategory.WORLD, min = 0, max = 65535)
|
||||
public int port = 26666;
|
||||
public int port = Config.PORT;
|
||||
public int bind = -1;
|
||||
|
||||
@Variable(name = "snd_device_type", category = CVarCategory.SOUND, display = "Tonausgabe")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue