Opened 15 years ago
Closed 15 years ago
Last modified 15 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)
by , 15 years ago
Attachment: | mythgame_events.patch added |
---|
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 15 years ago
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.