From 8fd7f028842ae628b1e7ff1bedd8ccb079491b90 Mon Sep 17 00:00:00 2001 From: nahkampfaffe Date: Sat, 3 Aug 2019 11:42:30 +0200 Subject: [PATCH] fixed dice command --- ReallifeGamemode.Server/Commands/UserCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index 9904d013..ea9de6f1 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -6,6 +6,7 @@ using ReallifeGamemode.Server.Models; using ReallifeGamemode.Server.Services; using ReallifeGamemode.Server.Util; using System.Linq; +using System; namespace ReallifeGamemode.Server.Commands {