Skip to content

Commit 1a66b2f

Browse files
committed
support host only coop support
1 parent 63a5992 commit 1a66b2f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ a message as the second (both positionally), and show them in a temporary messag
2121
# Changelog
2222

2323
### v1.5
24+
- Support host-only coop support value
2425
- Linting fixes
2526

2627
### v1.4

screens/mod.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ def draw_mod_header(self) -> None:
171171
draw("Coop Support: Requires All Players")
172172
case CoopSupport.ClientSide:
173173
draw("Coop Support: Client Side")
174+
case CoopSupport.HostOnly:
175+
draw("Coop Support: Host Only")
174176

175177
draw("")
176178

0 commit comments

Comments
 (0)