Added map improvements, begin tuning sync for turbo and headlights, fix error on disconnect when crash

This commit is contained in:
hydrant
2018-12-08 21:48:58 +01:00
parent d3f026630a
commit ee183d8d2d
8 changed files with 19 additions and 15 deletions

View File

@@ -1043,8 +1043,7 @@ namespace reallife_gamemode.Server.Commands
return;
}
if (mod == -1) player.Vehicle.RemoveMod(slot);
else player.Vehicle.SetMod(slot, mod);
player.Vehicle.SetMod(slot, mod);
}
[Command("aneon", "~m~Benutzung: ~s~/aneon [R][G][B]")]