mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed chat popup for server
This commit is contained in:
@@ -9,6 +9,7 @@ local config = require 'config.popup_messages' --- @dep config.popup_messages
|
||||
local send_text = Game.print_player_floating_text -- (player_index, text, color)
|
||||
|
||||
Event.add(defines.events.on_console_chat,function(event)
|
||||
if not event.player_index or event.player_index < 1 then return end
|
||||
local player = Game.get_player_by_index(event.player_index)
|
||||
|
||||
-- Some basic sanity checks
|
||||
|
||||
Reference in New Issue
Block a user