Explorar el Código

bug: typo banned-player.json => banned-players.json

Steve Thielemann hace 7 años
padre
commit
762d1bec48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mc-java/launch.sh

+ 1 - 1
mc-java/launch.sh

@@ -28,7 +28,7 @@ fi
 
 if [ ! -e banned-players.json ]; then
   echo '[]' > banned-players.json
-  chown ${UID}:${GID} banned-player.json
+  chown ${UID}:${GID} banned-players.json
 fi
 
 if [ ! -e banned-ips.json ]; then