Explorar el Código

Removed unnecessary Steam variables

Marvin Lehmann hace 9 años
padre
commit
3965e91691
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      Minecraft/mcserver

+ 1 - 5
Minecraft/mcserver

@@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
         set -x
 fi
 
-version="200816"
+version="210816"
 
 #### Variables ####
 
@@ -25,10 +25,6 @@ email="email@example.com"
 pushbulletalert="off"
 pushbullettoken="accesstoken"
 
-# Steam login
-steamuser="anonymous"
-steampass=""
-
 # Start Variables
 maxplayers="16"
 ip="0.0.0.0"