Possible fix for RefuseCollector on Vehicle Enter
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
@@ -212,7 +212,7 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
playerTimersJobVehicleRespawn[player].Stop();
|
playerTimersJobVehicleRespawn[player].Stop();
|
||||||
playerTimersJobVehicleRespawn.Remove(player);
|
playerTimersJobVehicleRespawn.Remove(player);
|
||||||
}
|
}
|
||||||
else
|
else if (job != GetJob<RefuseCollectorJob>())
|
||||||
{
|
{
|
||||||
player.StopAnimation();
|
player.StopAnimation();
|
||||||
player.WarpOutOfVehicle();
|
player.WarpOutOfVehicle();
|
||||||
|
|||||||
Reference in New Issue
Block a user