From a6c2efc1b040e4040a5d7f9a44153581b097e080 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 19 Apr 2020 22:10:06 +0200 Subject: [PATCH] =?UTF-8?q?k=C3=B6nig=20ludwig=20der=20dritte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Main.cs b/ReallifeGamemode.Server/Main.cs index c80f4ce0..989450b7 100644 --- a/ReallifeGamemode.Server/Main.cs +++ b/ReallifeGamemode.Server/Main.cs @@ -134,7 +134,7 @@ namespace ReallifeGamemode.Server User.HandMoneyChanged += (user) => { user.Player.TriggerEvent("SERVER:SetWanteds", user.Handmoney); - } + }; } [RemoteEvent("CLIENT:Event")]