Server mod checking

This commit is contained in:
Anuken
2019-09-29 22:59:23 -04:00
parent 73e9f55e55
commit 7fccd18910
7 changed files with 54 additions and 8 deletions

View File

@@ -2,8 +2,6 @@ package io.anuke.mindustry.plugin;
import io.anuke.mindustry.mod.*;
/** Use Mod instead. */
@Deprecated
public abstract class Plugin extends Mod{
}