You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- This file will execute before every lua service start
|
|
-- See config
|
|
|
|
print("PRELOAD", ...)
|
|
PROJ_ROOT="../loginserver"
|
|
|
|
require "logger_api"
|
|
require "inspect_api"
|
|
require "functions"
|
|
|
|
math.randomseed(tostring(os.time()):reverse():sub(1, 6))
|
|
|
|
collectgarbage() |