Refactor: Gatherers->Gatherer Fixed
This commit is contained in:
@@ -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();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user