Status bar cleanup / Fixed power distribution / Fixed adjacency updates

This commit is contained in:
Anuken
2018-07-09 14:25:52 -04:00
parent 3d9c9e639d
commit f3cc881930
9 changed files with 46 additions and 23 deletions

View File

@ -67,7 +67,7 @@ public class Annotations {
client(false, true),
/**Method can be invoked from anywhere*/
both(true, true),
/**Neither server no client.*/
/**Neither server nor client.*/
none(false, false);
/**If true, this method can be invoked ON clients FROM servers.*/