diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index 5aecb06de1e..7d9b6d65f85 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -2728,17 +2728,12 @@ var/global/BSACooldown = 0
dat += "
Voting
\n"
if(lvl > 0)
-// if(lvl >= 2 )
dat += {"
Abort Vote
Start Vote
Toggle Voting
"}
-// if(lvl >= 3 )
-// if(lvl >= 5)
-// if(lvl == 6 )
-
usr << browse(dat, "window=admin2;size=210x160")
return
@@ -2750,11 +2745,11 @@ var/global/BSACooldown = 0
/obj/admins/proc/vmode()
set category = "Server"
- set name = "Start Vote"
- set desc="Starts vote"
+ set hidden = 1 // It doesn't have a cancel button, so it shouldn't be autocompleted. Should be started via Voting() instead
if (!usr.client.holder)
return
- var/confirm = alert("What vote would you like to start?", "Vote", "Restart", "Custom Vote", "Change Game Mode", "Cancel")
+
+ var/confirm = alert("What vote would you like to start?", "Vote", "Restart", "Custom Vote", "Change Game Mode")
switch(confirm)
if("Cancel")
return
diff --git a/config/admins.txt b/config/admins.txt
index 36852c83b37..28ae49f80d3 100644
--- a/config/admins.txt
+++ b/config/admins.txt
@@ -1,4 +1,4 @@
-abi79 - Retired Admin
+abi79 - Game Master
arcalane - Game Admin
bobbehluvspropane - Game Admin
cacophony - Game Admin