mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 10:36:43 +00:00
Fixed typo
This commit is contained in:
parent
cbde2450fa
commit
ff61433c4b
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user