Skip to content

Commit

Permalink
Server settings fix (#1093)
Browse files Browse the repository at this point in the history
Quick one liner to fix the server settings clearing on unity restart.
  • Loading branch information
sneakzttv authored Aug 8, 2024
1 parent 76a3d6e commit bc892d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ChainSafe.Gaming.UnityPackage
{
[CreateAssetMenu(fileName = "ProjectConfigData", menuName = "ScriptableObjects/ProjectConfigScriptableObject",
[CreateAssetMenu(fileName = "ProjectConfigScriptableObject", menuName = "ScriptableObjects/ProjectConfigScriptableObject",
order = 1)]
public class ProjectConfigScriptableObject : ScriptableObject, ICompleteProjectConfig
{
Expand Down

0 comments on commit bc892d1

Please sign in to comment.