Browse Source

Remove `StaticConstructor()` from Avarice feature

pull/8/head
Anton Tarasenko 3 years ago
parent
commit
574f57cfec
  1. 6
      sources/Avarice/Avarice_Feature.uc

6
sources/Avarice/Avarice_Feature.uc

@ -50,12 +50,6 @@ var private const int TECHO, TEND, TCOLON;
var private LoggerAPI.Definition errorBadAddress;
public static function StaticConstructor()
{
if (StaticConstructorGuard()) return;
super.StaticConstructor();
}
protected function OnEnabled()
{
local int i;

Loading…
Cancel
Save