Skip to content

Commit

Permalink
changed to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnh19 committed Mar 11, 2016
1 parent d118e56 commit 1a543ef
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void onBlockBreak(final BlockBreakEvent event) {

if (mat == Material.DIAMOND_ORE) {
if (fd.getConfig().getBoolean(Config.logDiamondBreaks)) {
fd.getLoggingHandler().handleLogging(event.getPlayer(), event.getBlock(), false, false, false);
fd.getLoggingHandler().handleLogging(event.getPlayer(), event.getBlock(), false, false, false, false);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private void postPlugin(boolean isPing) throws IOException {
boolean onlineMode = Bukkit.getServer().getOnlineMode(); // TRUE if online mode is enabled
String pluginVersion = description.getVersion();
String serverVersion = Bukkit.getVersion();
int playersOnline = Bukkit.getServer().getOnlinePlayers().length;
int playersOnline = Bukkit.getServer().getOnlinePlayers().size();

// END server software specific section -- all code below does not use any code outside of this class / Java

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: FoundDiamonds
version: 3.6.4
version: 3.6.5
main: co.proxa.founddiamonds.FoundDiamonds
author: proxa
website: http://dev.bukkit.org/server-mods/founddiamonds/
Expand Down

0 comments on commit 1a543ef

Please sign in to comment.