mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2026-08-15 13:04:50 +00:00
Update dccmdlogs.py
This commit is contained in:
parent
9cafbdcefa
commit
1885240c1c
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/features/dccmdlogs.py
vendored
2
dist/ba_root/mods/features/dccmdlogs.py
vendored
|
|
@ -34,5 +34,5 @@ def log_command(user_id, user_name, command):
|
|||
with open(file_path, "w") as f:
|
||||
json.dump(logs_data, f, indent=4)
|
||||
|
||||
print("Command logged successfully.")
|
||||
#print("Command logged successfully.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue