Check for world.

This commit is contained in:
Trent Hensler
2013-02-13 01:39:50 -06:00
parent df8713c724
commit 06360fd7ba
4 changed files with 33 additions and 11 deletions
@@ -38,7 +38,7 @@ public class VaultManager {
// Get the player's file and serialize the inventory.
String ser = Serialization.toBase64(inv);
YamlConfiguration file = playerVaultFile(player.getName());
System.out.println("" + inv);
System.out.println("serial: " + ser);
// Prepare to save D:
file.set("vault" + number + "", ser);
}