mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-21 13:01:31 -09:00
26 lines
526 B
Java
26 lines
526 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> DELETE 2 @ 2 : 3
|
|
|
|
> INSERT 2 : 4 @ 2
|
|
|
|
+ import com.google.common.collect.Maps;
|
|
+
|
|
|
|
> CHANGE 53 : 54 @ 53 : 54
|
|
|
|
~ CHANGE_PAGE("change_page", true), EAGLER_PLUGIN_DOWNLOAD("eagler_plugin_download", true);
|
|
|
|
> CHANGE 23 : 26 @ 23 : 25
|
|
|
|
~ ClickEvent.Action[] types = values();
|
|
~ for (int i = 0; i < types.length; ++i) {
|
|
~ nameMapping.put(types[i].getCanonicalName(), types[i]);
|
|
|
|
> EOF
|