mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Lots of optimizations
This commit is contained in:
@@ -179,7 +179,7 @@ function CLIENT:ShowBriefing()
|
||||
if not self.ClientBriefingShown then
|
||||
self.ClientBriefingShown = true
|
||||
local Briefing = ""
|
||||
if self.ClientBriefing then
|
||||
if self.ClientBriefing and self.ClientBriefing ~= "" then
|
||||
Briefing = Briefing .. self.ClientBriefing
|
||||
self:Message( Briefing, 60, "Briefing" )
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user