From dacf67d725c4fe4f8aedf8086821fc2b75a02c9d Mon Sep 17 00:00:00 2001 From: Charlie Date: Thu, 31 Jul 2014 13:22:39 -0400 Subject: [PATCH] fixed missing newlines in /ds help --- src/ca/gibstick/discosheep/DiscoCommands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/gibstick/discosheep/DiscoCommands.java b/src/ca/gibstick/discosheep/DiscoCommands.java index faff3df..a4391a3 100644 --- a/src/ca/gibstick/discosheep/DiscoCommands.java +++ b/src/ca/gibstick/discosheep/DiscoCommands.java @@ -158,8 +158,8 @@ public class DiscoCommands { + "-t : set the party duration in seconds\n" + "-p : set the number of ticks between each disco beat\n" + "-r : set radius of the area in which sheep can spawn\n" - + "-g : set spawns for other mobs" - + "-l: enables lightning" + + "-g : set spawns for other mobs\n" + + "-l: enables lightning\n" + "-f: enables fireworks"); }