Readd mistakenly removed spare part adding

This commit is contained in:
jonpas 2016-05-12 21:52:06 +02:00
parent f6e4bd7a6b
commit 2d2d5bc828

View File

@ -28,6 +28,7 @@ class Extended_InitPost_EventHandlers {
class Tank {
class ADDON {
init = QUOTE(_this call DFUNC(addRepairActions));
serverInit = QUOTE(_this call DFUNC(addSpareParts));
};
};
class Motorcycle {