mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-17 04:51:28 +01:00
Signs now properly clear at the start of sessions.
This commit is contained in:
parent
279e04abb4
commit
4762fb5a6e
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
name: MobArena
|
||||
main: com.garbagemule.MobArena.MobArena
|
||||
version: 0.94.3.14
|
||||
version: 0.94.3.15
|
||||
softdepend: [Spout,Permissions,MultiVerse,XcraftGate,Towny,Heroes,MagicSpells]
|
||||
commands:
|
||||
ma:
|
||||
|
@ -74,6 +74,7 @@ public class LeaderboardColumn
|
||||
s.setLine(1, "");
|
||||
s.setLine(2, "");
|
||||
s.setLine(3, "");
|
||||
s.update();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user