forked from CFC-Servers/cfc_chat_transit
Use skinny moon arrows
This commit is contained in:
parent
277cced47f
commit
adf0e09caf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user