diff options
Diffstat (limited to 'src/main/java/kekztech/ServerProxy.java')
-rw-r--r-- | src/main/java/kekztech/ServerProxy.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/kekztech/ServerProxy.java b/src/main/java/kekztech/ServerProxy.java index 0291cf687f..ac366a54fd 100644 --- a/src/main/java/kekztech/ServerProxy.java +++ b/src/main/java/kekztech/ServerProxy.java @@ -2,6 +2,4 @@ package kekztech; import common.CommonProxy; -public class ServerProxy extends CommonProxy { - -} +public class ServerProxy extends CommonProxy {} |