ed1e52543b
+ Added EasyDrift. + Updated to latest artefacts.
5 lines
83 B
Lua
5 lines
83 B
Lua
Modules.Log = {}
|
|
|
|
function Modules.Log.Error(...)
|
|
print("^1ERROR: ^7", ...)
|
|
end |