Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
EusthEnoptEron committed Dec 16, 2021
2 parents 065484b + bca5973 commit f3dc632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mod/MultiplayerModeCore/MultiplayerMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ class MultiplayerMod : public Mod
MultiplayerMod()
{
ModName = "MultiplayerMod"; // Mod Name -- If Using BP ModActor, Should Be The Same Name As Your Pak
ModVersion = "1.0.0-SNAPSHOT"; // Mod Version
ModVersion = "1.0.0-RC1"; // Mod Version
ModDescription = "Adds local multiplayer to Tales of Arise."; // Mod Description
ModAuthors = "EusthEnoptEron"; // Mod Author
ModAuthors = "Eusthron"; // Mod Author
ModLoaderVersion = "2.0.2";

// Dont Touch The Internal Stuff
Expand Down

0 comments on commit f3dc632

Please sign in to comment.