From 0c5fb708eeceb633d0b216775ab64a85b52c474f Mon Sep 17 00:00:00 2001 From: VegaZ Date: Mon, 6 May 2019 20:20:14 +0200 Subject: [PATCH] Fix quicksavemode again --- ReallifeGamemode.Server/Events/Key.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Events/Key.cs b/ReallifeGamemode.Server/Events/Key.cs index dd7b3439..53b67773 100644 --- a/ReallifeGamemode.Server/Events/Key.cs +++ b/ReallifeGamemode.Server/Events/Key.cs @@ -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;