Fixed a whitespace and spelling issue that was causing the test case to fail.

This commit is contained in:
Toxic Dreamz 2020-08-16 22:35:15 +04:00
parent 133ef52898
commit 57e45a329f

View File

@ -42,7 +42,7 @@ public class Soldier implements SoldierExtension {
@Override
public void soldierReady() {
LOGGER.info("[Solider] " + unit.getName() + " is ready!");
LOGGER.info("[Soldier] " + unit.getName() + " is ready!");
}
public SoldierUnit getUnit() {