deleted ClassPath
It creates conflicts when other users download this eclipse project. If your eclipse project glitches out after this change, re-add spigot and craftbukkit
This commit is contained in:
parent
305f53278c
commit
9c0b28ab42
2 changed files with 7 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
/bin/
|
||||
.classpath
|
||||
*.classpath
|
||||
|
|
5
src/iieLoadSaveEntireWorld/ChunkLoaderAPI.java
Normal file
5
src/iieLoadSaveEntireWorld/ChunkLoaderAPI.java
Normal file
|
@ -0,0 +1,5 @@
|
|||
package iieLoadSaveEntireWorld;
|
||||
|
||||
public class ChunkLoaderAPI {
|
||||
|
||||
}
|
Loading…
Reference in a new issue