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

fixed up IW5 parser with new event system

changed login alias to li (duplicate)
fixed crashing bug in generic repo
fixed anonymous name in access to web console
This commit is contained in:
RaidMax
2018-04-28 20:11:13 -05:00
parent 1a580f17cb
commit 3edd8c3a93
11 changed files with 51 additions and 46 deletions

View File

@ -15,6 +15,8 @@ namespace SharedLibraryCore
Start,
Stop,
Connect,
// this is for IW5 compatibility
Join,
Disconnect,
Say,
MapChange,

View File

@ -15,11 +15,6 @@ namespace SharedLibraryCore.Services
private dynamic _context;
private DbSet<TEntity> _dbSet;
~GenericRepository()
{
_context.Dispose();
}
protected DbContext Context
{
get