9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Drop locate

This commit is contained in:
cyberpwn
2021-08-17 16:07:51 -04:00
parent 38329514f9
commit 7fe8c7b547

View File

@@ -1,15 +0,0 @@
package com.volmit.iris.core.service;
import com.volmit.iris.util.plugin.IrisService;
public class LocateSVC implements IrisService {
@Override
public void onEnable() {
}
@Override
public void onDisable() {
}
}