mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +09:00
Still Testing
This commit is contained in:
@@ -52,11 +52,13 @@ function ExpLib.server_print(player_message,player_name,player_tag,player_colour
|
|||||||
else
|
else
|
||||||
if defines.color[player_colour] then
|
if defines.color[player_colour] then
|
||||||
colour = defines.color[player_colour]
|
colour = defines.color[player_colour]
|
||||||
|
player_return({game.tick..'-2',colour},nil,1)
|
||||||
else
|
else
|
||||||
colour = Color.from_hex(colour)
|
colour = Color.from_hex(colour)
|
||||||
|
player_return({game.tick..'-3',colour},nil,1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
player_return({game.tick..'-2',colour},nil,1)
|
player_return({game.tick..'-4',colour},nil,1)
|
||||||
game.print(player_name..tag..': '..player_message,colour)
|
game.print(player_name..tag..': '..player_message,colour)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user