mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Add startable legacy code
This commit is contained in:
@@ -25,7 +25,7 @@ end
|
||||
]]
|
||||
|
||||
local FloatingText = {}
|
||||
FloatingText.color = require("modules.exp_util.include.color")
|
||||
FloatingText.color = require("modules/exp_util/include/color")
|
||||
|
||||
--- Print Messages.
|
||||
-- Short lived messages that last at most a few seconds
|
||||
@@ -177,4 +177,4 @@ function FloatingText.create_tag_as_player(player, text, alt_mode)
|
||||
}
|
||||
end
|
||||
|
||||
return FloatingText
|
||||
return FloatingText
|
||||
|
||||
Reference in New Issue
Block a user