Skip to content

Commit

Permalink
hide chatoverlay on init
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent 3d654ca commit 16232b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ end
local i = 0
chat.InitCommand = function(self)
online = IsNetSMOnline() and IsSMOnlineLoggedIn(PLAYER_1) and NSMAN:IsETTP()
self:visible(false);
end
chat.AddMPChatInputMessageCommand = function(self)
local s = SCREENMAN:GetTopScreen()
Expand Down

0 comments on commit 16232b4

Please sign in to comment.