2021.04.22-03.21

This commit is contained in:
mikx
2021-04-22 03:23:31 -04:00
parent c356f3dbb3
commit aabe905c73
7 changed files with 689 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
--
-- Copyright (C) 2010 - 2016 Eluna Lua Engine <http://emudevs.com/>
-- This program is free software licensed under GPL version 3
-- Please see the included DOCS/LICENSE.md for more information
--
-- filename.ext files are loaded before normal .lua files
-- Randomize random
math.randomseed(tonumber(tostring(os.time()):reverse():sub(1,6)))
-- Set debug.traceback to use StackTracePlus to print full stack trace
local trace = require("StackTracePlus")
debug.traceback = trace.stacktrace