Removed debug prints

This commit is contained in:
Malasaur 2025-08-29 10:20:01 +02:00
parent 5b448fbe86
commit c5fd9b9310
2 changed files with 0 additions and 2 deletions

View file

@ -13,5 +13,4 @@ def minecraftToSignal(usr: str, msg: str):
@libsignal.onMessage(RetardsServer)
def signalToMinecraft(usr: str, msg: str):
print(usr, msg)
libminecraft.sendCommand(f"tellraw @a [{usr}] {msg}")