mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Adds a new front end for viewing logs | fixes the manifest log message too (#75617)
## About The Pull Request   ## Why It's Good For The Game I promised I would add it; and while it's not as nice as my previous iteration it is faster and more streamlined. ## Changelog 🆑 admin: new log viewer, try it out. (View Round Logs) /🆑 Fixes #75605 --------- Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
@@ -21,6 +21,10 @@ SUBSYSTEM_DEF(lua)
|
||||
var/gc_guard
|
||||
|
||||
/datum/controller/subsystem/lua/Initialize()
|
||||
if(!CONFIG_GET(flag/auxtools_enabled))
|
||||
warning("SSlua requires auxtools to be enabled to run.")
|
||||
return SS_INIT_NO_NEED
|
||||
|
||||
try
|
||||
// Initialize the auxtools library
|
||||
AUXTOOLS_CHECK(AUXLUA)
|
||||
|
||||
Reference in New Issue
Block a user