mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 09:47:24 +07:00
Status bar cleanup / Fixed power distribution / Fixed adjacency updates
This commit is contained in:
@ -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.*/
|
||||
|
Reference in New Issue
Block a user