Fixing trailing whitespaces
This commit is contained in:
parent
155b884ecc
commit
4f22aa3793
@ -268,7 +268,7 @@ local function addButtonsBar( frame )
|
|||||||
barPanel:SetSize( frameW, buttonBarHeight )
|
barPanel:SetSize( frameW, buttonBarHeight )
|
||||||
barPanel:SetPos( 0, frameH - buttonBarHeight - buttonBarOffset )
|
barPanel:SetPos( 0, frameH - buttonBarHeight - buttonBarOffset )
|
||||||
barPanel.Paint = nil
|
barPanel.Paint = nil
|
||||||
function barPanel:Think()
|
function barPanel:Think()
|
||||||
if not self.showOnce then
|
if not self.showOnce then
|
||||||
showMessage( "You'll have the option to respawn your props when you rejoin." )
|
showMessage( "You'll have the option to respawn your props when you rejoin." )
|
||||||
self.showOnce = true
|
self.showOnce = true
|
||||||
@ -313,7 +313,7 @@ local function addButtonsBar( frame )
|
|||||||
else
|
else
|
||||||
hideMessage()
|
hideMessage()
|
||||||
|
|
||||||
timer.Simple( 0.25, function()
|
timer.Simple( 0.25, function()
|
||||||
showMessage( "You'll have the option to respawn your props when you rejoin." )
|
showMessage( "You'll have the option to respawn your props when you rejoin." )
|
||||||
end )
|
end )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user