mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 03:02:38 +00:00
* Improves RCD Logging (#82080) ## About The Pull Request - Fixes #82060 We don't need information about the cost & delay. Just enough to know the intent behind the action  This also removes the 2nd argument in `log_tool()` because it was unused and nobody should look at json logs to see the mob behind the action ## Changelog 🆑 fix: RCD logs are more human readable & stores the player name behind the action. /🆑 * Improves RCD Logging --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
/// Logging for tool usage
|
|
/proc/log_tool(text)
|
|
logger.Log(LOG_CATEGORY_TOOL, text)
|