mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Refactored UPS monitor as clusterio plugin (#398)
* Refactor server ups * Use catalogs * Move to own plugin * Use web config * Remove External.get_server_ups * Update workspace version requirement * Remove need for storage * Add locale * Fix CI
This commit is contained in:
@@ -595,6 +595,7 @@ end
|
||||
--- @param parameter string The raw command parameter that was used
|
||||
--- @param detail any
|
||||
local function log_command(comment, command, player, parameter, detail)
|
||||
if player.index == 0 and comment == "Command Ran" then return end
|
||||
ExpUtil.write_json("log/commands.log", {
|
||||
comment = comment,
|
||||
command_name = command.name,
|
||||
|
||||
Reference in New Issue
Block a user