Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EverNife committed Sep 7, 2024
1 parent c3fadf6 commit 87a298b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else if (MCVersion.isEqual(MCDetailedVersion.v1_20_R2)){
instance = new NMSUtils_v1_20_R2();
}
if (instance != null){
EverNifeCore.info("Sucessfully loaded " + instance.getClass().getSimpleName() +"!");
EverNifeCore.info("Successfully loaded " + instance.getClass().getSimpleName() +"!");
return;
}
}catch (Throwable e){
Expand Down

0 comments on commit 87a298b

Please sign in to comment.