mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed Chat Popup
This commit is contained in:
@@ -32,6 +32,7 @@ function ChatPopup.sendFlyingText(player, text)
|
||||
end
|
||||
|
||||
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]
|
||||
if not player then return end
|
||||
if not event.message then return end
|
||||
|
||||
Reference in New Issue
Block a user