mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Make Quiz Questions The Same for Each User
This commit is contained in:
parent
ccb3e4420a
commit
7a85eaac5d
6 changed files with 41 additions and 18 deletions
|
@ -7003,9 +7003,9 @@ namespace HISP.Server
|
|||
sender.LoggedinUser.TradingWith = null;
|
||||
sender.LoggedinUser.PendingTradeTo = 0;
|
||||
|
||||
// Quit open quiz.
|
||||
// Leave open quiz.
|
||||
if (QuizEvent != null)
|
||||
QuizEvent.LeaveEvent(sender.LoggedinUser, false);
|
||||
QuizEvent.LeaveEvent(sender.LoggedinUser);
|
||||
|
||||
// Delete Arena Entries
|
||||
if (Arena.UserHasEnteredHorseInAnyArena(sender.LoggedinUser))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue