Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Restore explicit dependency on OnlineSubsystemUtils to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyarrow committed Apr 2, 2018
1 parent 4390026 commit 88aa738
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Mixer.uplugin
Expand Up @@ -34,8 +34,12 @@
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "OnlineSubsystem",
"Enabled": true
}
]
}

0 comments on commit 88aa738

Please sign in to comment.