1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

minor fixed

This commit is contained in:
RaidMax
2018-12-03 19:21:13 -06:00
parent 6d79c8210e
commit 4067217830
6 changed files with 44 additions and 17 deletions

View File

@ -36,7 +36,8 @@ namespace SharedLibraryCore
CurrentAlias = new EFAlias()
{
Name = "IW4MAdmin"
}
},
AdministeredPenalties = new List<EFPenalty>()
};
}