Refactor: Gatherers->Gatherer Fixed

This commit is contained in:
rubenpirreram
2026-03-20 19:10:31 +01:00
parent 0e9a4781bb
commit 8746037ce3
4 changed files with 5 additions and 7 deletions
@@ -28,7 +28,7 @@ public class Player {
case HUNTER -> hunters.size();
case BUILDER -> builders.size();
case SHAMAN -> shamans.size();
case GATHERERS -> gatherers.size();
case GATHERER -> gatherers.size();
};
}