summaryrefslogtreecommitdiff
path: root/minecctl/minecctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/minecctl.h')
-rw-r--r--minecctl/minecctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/minecctl.h b/minecctl/minecctl.h
index 7146a08..604225d 100644
--- a/minecctl/minecctl.h
+++ b/minecctl/minecctl.h
@@ -3,8 +3,8 @@
struct server {
bool file_read;
+ char *name;
char *filename;
- char *shortname;
char *rcon_password;
struct list_head rcon_addrs;
struct list_head mc_addrs;