-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance improvement on PlayerJoin
- Loading branch information
Showing
7 changed files
with
123 additions
and
1,008 deletions.
There are no files selected for viewing
764 changes: 0 additions & 764 deletions
764
src/main/java/us/talabrek/ultimateskyblock/IslandCommand.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
src/main/java/us/talabrek/ultimateskyblock/SerializableLocation.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/java/us/talabrek/ultimateskyblock/island/IslandLogic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package us.talabrek.ultimateskyblock.island; | ||
|
||
/** | ||
* Responsible for island creation, locating locations, purging, clearing etc. | ||
*/ | ||
public class IslandLogic { | ||
} |
Oops, something went wrong.