anti cheat
This commit is contained in:
@@ -59,7 +59,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
if (quit)
|
||||
{
|
||||
ChatService.SendMessage(player, $"~y~[Job]~s~ Du hast deinen Job ~o~{this.Name}~s~ beendet.");
|
||||
player.Position = JobManager.playerJobStartPosition[player];
|
||||
player.SafeTeleport(JobManager.playerJobStartPosition[player]);
|
||||
}
|
||||
|
||||
JobStop?.Invoke(player);
|
||||
|
||||
Reference in New Issue
Block a user