3
0
Mirror von https://github.com/St3venAU/ArmorStandTools.git synchronisiert 2024-12-27 12:00:07 +01:00

v2.4.1 - Bugfix

Dieser Commit ist enthalten in:
Steven 2017-07-02 17:37:31 +08:00
Ursprung bc99a45a15
Commit d286456489
4 geänderte Dateien mit 6 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -384,7 +384,9 @@ abstract class NMS {
clone.setSmall(as.isSmall());
setSlotsDisabled(clone, getDisabledSlots(as) == 2039583);
setInvulnerable(clone, isInvulnerable(as));
ArmorStandCmd.cloneASCommand(as, clone);
if(Main.nms.supportsScoreboardTags()) {
ArmorStandCmd.cloneASCommand(as, clone);
}
return clone;
}

Datei anzeigen

@ -4,7 +4,7 @@
#
# Main Config
#
# File generated by: v2.4.0
# File generated by: v2.4.1
# (If this is not the version you are running, consider deleting this
# config to allow it to be re-created. There may be new config options)
#

Datei anzeigen

@ -4,7 +4,7 @@
#
# Language Config
#
# File generated by: v2.4.0
# File generated by: v2.4.1
# (If this is not the version you are running, consider deleting this
# config to allow it to be re-created. There may be new config options)
#

Datei anzeigen

@ -1,6 +1,6 @@
main: com.gmail.St3venAU.plugins.ArmorStandTools.Main
name: ArmorStandTools
version: 2.4.0
version: 2.4.1
author: St3venAU
description: Armor stand manipulation tools
softdepend: [WorldGuard, PlotSquared]