only show prop respawn message for sandbox
This commit is contained in:
parent
31c6e53589
commit
460af95389
@ -242,7 +242,9 @@ local function addButtonsBar( frame )
|
||||
barPanel.Paint = nil
|
||||
function barPanel:Think()
|
||||
if not self.showOnce then
|
||||
if GAMEMODE_NAME == "sandbox" then
|
||||
showMessage( "You'll have the option to respawn your props when you rejoin." )
|
||||
end
|
||||
self.showOnce = true
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user