2022-04-02 17:52:39 +01:00
|
|
|
local Util = {}
|
|
|
|
|
|
|
|
Util.ShortenTENCalls = function()
|
2022-09-13 21:28:38 +01:00
|
|
|
print("Util.ShortenTENCalls is deprecated; its functionality is now performed automatically by TombEngine.")
|
2022-04-02 17:52:39 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
return Util
|