mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
wrap enum
This should improve the boilerplate needed to define enums with methods Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
323c25d83b
commit
c8f23c691a
22 changed files with 192 additions and 192 deletions
|
|
@ -291,7 +291,7 @@ QByteArray ModrinthPackExportTask::generateIndex()
|
|||
|
||||
// a server side mod does not imply that the mod does not work on the client
|
||||
// however, if a mrpack mod is marked as server-only it will not install on the client
|
||||
if (iterator->side == ModPlatform::Side::ClientSide)
|
||||
if (iterator->side == ModPlatform::SideType::ClientSide)
|
||||
env["server"] = "unsupported";
|
||||
|
||||
fileOut["env"] = env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue