few more small fixes
complete join button on webfront update for 2.2.6.0
This commit is contained in:
@ -248,6 +248,7 @@ namespace SharedLibraryCore.Services
|
||||
Type = GameEvent.EventType.ChangePermission,
|
||||
Extra = newPermission,
|
||||
Origin = origin,
|
||||
Owner = temporalClient.CurrentServer,
|
||||
Target = _client
|
||||
}, ctx);
|
||||
#if DEBUG == true
|
||||
@ -255,7 +256,6 @@ namespace SharedLibraryCore.Services
|
||||
#endif
|
||||
});
|
||||
|
||||
|
||||
await ctx.SaveChangesAsync();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user