Skip to content

Commit

Permalink
Better notification when owner of lab is gone
Browse files Browse the repository at this point in the history
Fixes #2923
  • Loading branch information
FPtje committed Jun 23, 2019
1 parent 4e9dea1 commit a023ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entities/entities/lab_base/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function ENT:Use(activator, caller)
local owner = self:Getowning_ent()

if not IsValid(owner) then
DarkRP.notify(activator, 1, 3, DarkRP.getPhrase("cant_afford", DarkRP.getPhrase("disabled", self.labPhrase, DarkRP.getPhrase("disconnected_player"))))
DarkRP.notify(activator, 1, 3, DarkRP.getPhrase("disabled", self.labPhrase, DarkRP.getPhrase("disconnected_player")))
return
end

Expand Down

0 comments on commit a023ea9

Please sign in to comment.