Check for energy in tools moved to RC.

This commit is contained in:
drcrazy 2019-12-23 17:56:42 +03:00
parent e6707b2ddd
commit 0de4110f96
6 changed files with 40 additions and 59 deletions

View file

@ -31,6 +31,6 @@ public class MessageIDs {
public static int freqTransmitterID = 0;
public static int fluidPipeID = 1;
public static int playerDetectorID = 2;
public static int nanosaberID = 3;
public static int poweredToolID = 3;
public static int alarmID = 4;
}