mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-05 12:47:29 +01:00
Fix game support not being in tabs for txp
This commit is contained in:
parent
42b9986fc8
commit
157f418855
@ -69,7 +69,7 @@ def get_package_tabs(user: User, package: Package):
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
if package.type == PackageType.MOD:
|
if package.type == PackageType.MOD or package.type == PackageType.TXP:
|
||||||
retval.insert(1, {
|
retval.insert(1, {
|
||||||
"id": "game_support",
|
"id": "game_support",
|
||||||
"title": gettext("Supported Games"),
|
"title": gettext("Supported Games"),
|
||||||
|
Loading…
Reference in New Issue
Block a user