From dadc8d5f532df8700240069bf503e1b4c84f6597 Mon Sep 17 00:00:00 2001 From: TermiNexus Date: Mon, 26 Jan 2026 09:49:56 +0800 Subject: [PATCH] Update cmdsys.py --- cmdsys.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()