mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Fixed sups not showing when set to visible
This commit is contained in:
@@ -33,7 +33,7 @@ Gui.element{
|
|||||||
UsesServerUps:on_load(function(player_name, visible)
|
UsesServerUps:on_load(function(player_name, visible)
|
||||||
local player = game.players[player_name]
|
local player = game.players[player_name]
|
||||||
local label = player.gui.screen[server_ups.name]
|
local label = player.gui.screen[server_ups.name]
|
||||||
if not global.ext or not global.ext.server_ups then visible = false end
|
if not External.valid() or not global.ext.var.server_ups then visible = false end
|
||||||
label.visible = visible
|
label.visible = visible
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user