forked from CFC-Servers/cfc_chat_transit
Make steamids consistent
This commit is contained in:
parent
27c290d619
commit
1ff64af6f2
@ -1,4 +1,5 @@
|
||||
import guard from ChatTransit
|
||||
import SteamIDTo64 from util
|
||||
-- TODO: Send a preliminary avatarservice link that will be backfilled when they fully connect
|
||||
|
||||
ChatTransit.PlayerConnect = (data) =>
|
||||
@ -11,7 +12,7 @@ ChatTransit.PlayerConnect = (data) =>
|
||||
Type: "connect"
|
||||
Data:
|
||||
SteamName: name
|
||||
SteamId: steamId
|
||||
SteamId: SteamIDTo64 steamId if steamId
|
||||
|
||||
ChatTransit.PlayerInitialSpawn = (ply) =>
|
||||
sendMessage = (attempts=1) ->
|
||||
|
Loading…
Reference in New Issue
Block a user