Skip to content

Commit

Permalink
corrected typo in ProjectileFactory that causes the game to crash occ…
Browse files Browse the repository at this point in the history
…asionally
  • Loading branch information
The-AhmadAA committed Sep 1, 2023
1 parent 6a3ae93 commit 01b84c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class ProjectileFactory {

private static final NPCConfigs configs =
FileLoader.readClass(NPCConfigs.class, "configs/NPCS.json");
FileLoader.readClass(NPCConfigs.class, "configs/NPCs.json");

/**
* Creates a fireball Entity.
Expand Down

0 comments on commit 01b84c6

Please sign in to comment.