Fix quicksavemode again

This commit is contained in:
VegaZ
2019-05-06 20:20:14 +02:00
parent 0204349e20
commit 0c5fb708ee

View File

@@ -40,7 +40,7 @@ namespace ReallifeGamemode.Server.Events
player.SendNotification("~y~Blip~s~ erstellt!", false);
break;
case "atm":
SaveManager.OnSaveBlipData(player, "500", "Geldautomat", "0,7", "11",
SaveManager.OnSaveBlipData(player, "500", "Geldautomat", 0.7.ToString(), "11",
"0", "200", true.ToString(), 0.ToString(), 0.ToString());
player.SendNotification("~y~ATM~s~ erstellt!", false);
break;