diff --git a/cmdsys.py b/cmdsys.py index f434bda..7603c0c 100644 --- a/cmdsys.py +++ b/cmdsys.py @@ -7,10 +7,10 @@ class Mil(mil.MCROCN): super().__init__(host, password, port) -mcr=Mil(host="mc.gvsds.com", password="1234567890114514", port=25566) +mcr=Mil(host="", password="", port=25565) if not mcr.Connect(): exit() mcr.Gamerule("sendCommandFeedback", False) mcr.Gamemode("survival", "MXYYSH2") -mcr.disconnect() \ No newline at end of file +mcr.disconnect()