mirror of
https://github.com/araxiaonline/ets-module-collection.git
synced 2026-06-13 02:52:20 -04:00
Added environments to preload
This commit is contained in:
13
modules/00_Envs/global_envs.ts
Normal file
13
modules/00_Envs/global_envs.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Global Environment Variables for modules
|
||||
*/
|
||||
|
||||
/**
|
||||
* LogLevel
|
||||
* 1 = Error
|
||||
* 2 = Warn
|
||||
* 3 = Info
|
||||
* 4 = Debug
|
||||
* 5 = Log
|
||||
*/
|
||||
_G["ets_loglevel"] = 5;
|
||||
Reference in New Issue
Block a user