This commit is contained in:
hydrant
2019-09-12 22:51:05 +02:00
parent e88a5d46e1
commit 797c450637
4 changed files with 8 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ namespace ReallifeGamemode.Server.Services
}
public static void BroadcastDutyAdmin(string message)
{
foreach (Client admin in GlobalHelper.dutyAdmins)
foreach (Client admin in GlobalHelper.DutyAdmins)
{
ChatService.SendMessage(admin, message);
}