fix bigmessage scaleform being local

This commit is contained in:
Jim Shield
2025-04-12 00:17:47 +01:00
committed by GitHub
parent 3ec00956df
commit 747fd272d4

View File

@@ -7,7 +7,7 @@
and large multiplayer messages), including customizable transitions and durations.
]]
local BigMessage = {}
BigMessage = {}
BigMessage.__index = BigMessage
--- Creates a new BigMessage instance.