Use skinny moon arrows

This commit is contained in:
Redox 2022-04-24 21:34:30 +02:00
parent 277cced47f
commit adf0e09caf

View File

@ -3,10 +3,10 @@ gameevent.Listen "player_disconnect"
with ChatTransit
.PlayerCount = 0
.TrackPlayerCountConnected = () =>
.TrackPlayerCountConnected = ->
.PlayerCount = .PlayerCount + 1
.TrackPlayerCountDisconnected = () =>
.TrackPlayerCountDisconnected = ->
.PlayerCount = .PlayerCount - 1
hook.Add "player_connect", "CFC_ChatTransit_PlayerCountTracker", .TrackPlayerCountConnected