1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix type reference for ClientPenaltyEvent

This commit is contained in:
RaidMax
2024-06-28 23:33:21 -05:00
parent f02431f0fa
commit ae1faac8ab

View File

@ -1,5 +1,5 @@
using Data.Models;
using Data.Models.Client;
using SharedLibraryCore.Database.Models;
namespace SharedLibraryCore.Events.Management;