mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-09 07:37:34 +01:00
build
This commit is contained in:
parent
7911ec9d65
commit
614da2512a
@ -24,6 +24,7 @@ public class PluginUpdateManager {
|
|||||||
*/
|
*/
|
||||||
private final Map<Integer, PluginUpdate> updates = new HashMap<>();
|
private final Map<Integer, PluginUpdate> updates = new HashMap<>();
|
||||||
|
|
||||||
|
|
||||||
public PluginUpdateManager() {
|
public PluginUpdateManager() {
|
||||||
register(new PluginUpdate(1,
|
register(new PluginUpdate(1,
|
||||||
new String[]{"Applies a fix for skull textures values in 4.7.1.", "Texture values data storage changed in 4.7.1 due to the UUID change."},
|
new String[]{"Applies a fix for skull textures values in 4.7.1.", "Texture values data storage changed in 4.7.1 due to the UUID change."},
|
||||||
|
Loading…
Reference in New Issue
Block a user