mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#NET Fixes
This commit is contained in:
parent
c29b67df55
commit
9e23cda02a
@ -204,7 +204,7 @@ end
|
||||
function NET:BlockPlayer(Client,PlayerName,Seconds,Message)
|
||||
local name
|
||||
if Client then
|
||||
name = CLIENT:GetPlayerName()
|
||||
name = Client:GetPlayerName()
|
||||
elseif PlayerName then
|
||||
name = PlayerName
|
||||
else
|
||||
@ -235,7 +235,7 @@ end
|
||||
function NET:UnblockPlayer(Client,PlayerName,Message)
|
||||
local name
|
||||
if Client then
|
||||
name = CLIENT:GetPlayerName()
|
||||
name = Client:GetPlayerName()
|
||||
elseif PlayerName then
|
||||
name = PlayerName
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user