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