mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[MIRROR] Adds a new front end for viewing logs | fixes the manifest log message too [MDB IGNORE] (#21525)
* Adds a new front end for viewing logs | fixes the manifest log message too * Update code/modules/admin/admin_verbs.dm --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
Zephyr
GoldenAlpharex
parent
f4927b4dfe
commit
f05e2cfae3
@@ -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