Added Option to hide Server IP when uploading a Replay File

This commit is contained in:
CrushedPixel
2015-06-03 20:33:26 +02:00
parent 01f80294aa
commit 6152104df3
6 changed files with 73 additions and 22 deletions

View File

@@ -23,6 +23,7 @@ public class GuiConstants {
public static final int UPLOAD_INFO_FIELD = 3006;
public static final int UPLOAD_TAG_INPUT = 3007;
public static final int UPLOAD_TAG_PLACEHOLDER = 3008;
public static final int UPLOAD_HIDE_SERVER_IP = 3009;
public static final int EXIT_REPLAY_BUTTON = 4001;