fixed profanity bug

fix the shared GUID connect
fix linux  log issue
This commit is contained in:
RaidMax
2018-09-08 20:20:11 -05:00
parent 39596db56e
commit 3d8108f339
9 changed files with 24 additions and 40 deletions

View File

@ -8,7 +8,7 @@ var plugin = {
if (gameEvent.Type === 3 ||
gameEvent.Type === 4) {
if (gameEvent.Origin.NetworkId === -805366929435212061) {
gameEvent.Origin.Kick('Your GUID is generic. Delete players/guids.dat and rejoin', _utilities.IW4MAdminClient);
gameEvent.Origin.Kick('Your GUID is generic. Delete players/guids.dat and rejoin', _IW4MAdminClient);
}
}
},