fixed dice command

This commit is contained in:
2019-08-03 11:42:30 +02:00
parent e7d51e79e0
commit 8fd7f02884

View File

@@ -6,6 +6,7 @@ using ReallifeGamemode.Server.Models;
using ReallifeGamemode.Server.Services; using ReallifeGamemode.Server.Services;
using ReallifeGamemode.Server.Util; using ReallifeGamemode.Server.Util;
using System.Linq; using System.Linq;
using System;
namespace ReallifeGamemode.Server.Commands namespace ReallifeGamemode.Server.Commands
{ {