Fix: Müllsack aus dem Fahrzeug aufheben
This commit is contained in:
@@ -202,11 +202,6 @@ namespace ReallifeGamemode.Server.Job
|
||||
[RemoteEvent("CLIENT:MuellmannImShape")]
|
||||
public void MuellmannImShape(Player player, int colshapeIndex)
|
||||
{
|
||||
if (player.IsInVehicle)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
foreach (var data in muellmanData)
|
||||
{
|
||||
if (data.getDataFromClient(player) == null) continue;
|
||||
|
||||
Reference in New Issue
Block a user