Small fixes.

This commit is contained in:
Jos van 't Hof
2012-04-08 19:19:03 +02:00
parent 030219ba34
commit bbc4f01e21
3 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<jardesc>
<jar path="E:/Bukkit Test Server/plugins/RandomSpawn-1.8.jar"/>
<jar path="E:/Bukkit Test Server/plugins/RandomSpawn-1.9-BETA.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/Random Spawn/Random Spawn.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
@@ -14,7 +14,6 @@
<file path="/Random Spawn/.classpath"/>
<file path="/Random Spawn/spawnLocations.yml"/>
<file path="/Random Spawn/config.yml"/>
<file path="/Random Spawn/.gitignore"/>
<file path="/Random Spawn/worlds.yml"/>
<file path="/Random Spawn/plugin.yml"/>
<javaElement handleIdentifier="=Random Spawn/src"/>

View File

@@ -9,7 +9,6 @@ import org.bukkit.entity.Player;
public class BedsCommand extends RandomSpawnCommandExecutor{
public BedsCommand(){
name = "usebeds";
}

View File

@@ -68,7 +68,7 @@ public class JoinListener implements Listener{
}
}
private void migrateMetaData(Player player, World world) {
String playerName = player.getName();