formatted code
This commit is contained in:
@@ -68,7 +68,7 @@ namespace ReallifeGamemode.Server.Services
|
||||
{
|
||||
NAPI.Pools.GetAllPlayers().ForEach(p =>
|
||||
{
|
||||
if(p.GetUser()?.IsAdmin(minLevel) ?? false)
|
||||
if (p.GetUser()?.IsAdmin(minLevel) ?? false)
|
||||
{
|
||||
p.SendChatMessage(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user