Skip to content

Commit

Permalink
Pet Swapper crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onixiya1337 committed Jun 17, 2024
1 parent 7a4f8b9 commit 98bf2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
mcVersion=1.8.9
modid=farmhelperv2
modName=FarmHelper
version=2.7.2
version=2.7.3
shouldRelease=true
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ public class FarmHelperConfig extends Config {
name = "Pet Name", placeholder = "Type your pet name here",
category = JACOBS_CONTEST, subcategory = "Pet Swapper"
)
public static String petSwapperName = null;
public static String petSwapperName = "";
//</editor-fold>

@Switch(
Expand Down

0 comments on commit 98bf2a2

Please sign in to comment.