mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed Chat Popup
This commit is contained in:
@@ -32,6 +32,7 @@ function ChatPopup.sendFlyingText(player, text)
|
|||||||
end
|
end
|
||||||
|
|
||||||
script.on_event(defines.events.on_console_chat, function(event)
|
script.on_event(defines.events.on_console_chat, function(event)
|
||||||
|
if not event.player_index then return end
|
||||||
local player = game.players[event.player_index]
|
local player = game.players[event.player_index]
|
||||||
if not player then return end
|
if not player then return end
|
||||||
if not event.message then return end
|
if not event.message then return end
|
||||||
|
|||||||
Reference in New Issue
Block a user