Added basic Cubot.toString() and fixed account page debug info

This commit is contained in:
Simon
2018-05-31 22:33:56 -04:00
parent ed1c4cff0b
commit b6a206f3c7
2 changed files with 13 additions and 1 deletions

View File

@@ -71,9 +71,10 @@
<p>Moderator: $user.isModerator()</p>
<h5>CPU</h5>
<pre>$user.getCpu()</pre>
<pre>$user.getControlledUnit().getCpu()</pre>
<h5>Controlled unit</h5>
<p>$user.getControlledUnit()</p>
<p>id: $user.getControlledUnit().getObjectId()</p>
<p>energy: $user.getControlledUnit().getEnergy()</p>
<p>x: $user.getControlledUnit().getX()</p>