mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-20 09:55:58 +00:00
Fixed typo
This commit is contained in:
@@ -51,7 +51,7 @@ public class UserCreationListener implements GameEventListener {
|
|||||||
|
|
||||||
cubot.setHp(config.getInt("cubot_max_hp"));
|
cubot.setHp(config.getInt("cubot_max_hp"));
|
||||||
cubot.setMaxHp(config.getInt("cubot_max_hp"));
|
cubot.setMaxHp(config.getInt("cubot_max_hp"));
|
||||||
cubot.setMaxShield(config.getInt("cubot_max_hp"));
|
cubot.setMaxShield(config.getInt("cubot_max_shield"));
|
||||||
|
|
||||||
cubot.setParent(user);
|
cubot.setParent(user);
|
||||||
user.setControlledUnit(cubot);
|
user.setControlledUnit(cubot);
|
||||||
|
|||||||
Reference in New Issue
Block a user