mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Fixed Admin gui not closing; Gui draw more consistent
This commit is contained in:
@@ -145,7 +145,7 @@ ThisModule.Gui = Gui.left{
|
||||
name='warp-list',
|
||||
caption='item/'..warp_item,
|
||||
tooltip={'WarpPoints.tooltip'},
|
||||
draw=function(frame)
|
||||
draw=function(self,frame)
|
||||
local player = Game.get_player(frame.player_index)
|
||||
frame.caption={'WarpPoints.name'}
|
||||
local warp_list = frame.add{
|
||||
|
||||
Reference in New Issue
Block a user