Opened 10 years ago
Closed 10 years ago
Last modified 10 years ago
#9071 closed patch (Fixed)
MythGame prevents the rest of the server from handling events whilst a game is running
Reported by: | Owned by: | robertm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | Plugin - MythGame | Version: | Master Head |
Severity: | medium | Keywords: | MythGame myth_system |
Cc: | Ticket locked: | no |
Description
The myth_system call used by MythGame? to launch games doesn't have the correct flags set to allow the frontend to continue to handle events whilst the game runs. This patch corrects.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | mythgame_events.patch added |
---|
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Milestone: | unknown → 0.24 |
---|
Note: See
TracTickets for help on using
tickets.
(In [26708]) Permit MythFrontend to continue processing events when a game is running in MythGame?. Patch from James Barrett. Fixes #9071.