cleanup: remove unnecessary interface modifiers
This commit is contained in:
@@ -22,5 +22,5 @@
|
||||
package scripting.portal;
|
||||
|
||||
public interface PortalScript {
|
||||
public boolean enter(PortalPlayerInteraction ppi);
|
||||
boolean enter(PortalPlayerInteraction ppi);
|
||||
}
|
||||
Reference in New Issue
Block a user