This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Really there's no point in using this file. | |
-- Though if you so desire, just copy it into the same place as console.lua and run both the files. | |
-- Support cracker's manager | |
local using_manager = pcall(MANAGER_EXISTS) | |
if using_manager then | |
local v = MANAGER_VERSION() | |
MANAGER = { |