eaglercraft-1.8/patches/minecraft/net/minecraft/server/management/LowerStringMap.edit.java

22 lines
334 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2023 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 3
> DELETE 3 @ 3 : 4
> INSERT 1 : 3 @ 1
+ import com.google.common.collect.Maps;
+
> CHANGE 33 : 34 @ 33 : 34
~ this.put((String) entry.getKey(), (V) entry.getValue());
> EOF