mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Fixed Player Tag For Server Print
This commit is contained in:
@@ -42,7 +42,7 @@ end
|
||||
function ExpLib.server_print(player_message,player_name,player_tag,player_colour)
|
||||
if not player_message then return 'No Message Found' end
|
||||
local player = game.player or game.players[player_name]
|
||||
local tag = player_tag and ' '..player_tag or ''
|
||||
local tag = player_tag and player_tag ~= '' and ' '..player_tag or ''
|
||||
local colour = player_colour or '#FFFFFF'
|
||||
if player then
|
||||
tag = ' '..player.tag
|
||||
|
||||
Reference in New Issue
Block a user