Skip to content

Commit 0474cde

Browse files
committed
Update README.md
1 parent 9ae095e commit 0474cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This program can be used as wrapper for another jar file:
1212
- If installed on server, it does not protect client from being abused.
1313
To protect the client, you would need a different solution such as blocking a malicious packet.
1414
- If installed on Minecraft server, you can protect the client by doing these additionally:
15-
- Cancel malicious `ChatEvent` on BungeeCord
16-
- Cancel malicious `AsyncPlayerChatEvent` on Spigot/Paper
15+
- (Cancel malicious `ChatEvent` on BungeeCord)
16+
- Using [SpigotLog4j2Fix](https://github.com/AzisabaNetwork/SpigotLog4j2Fix) on Spigot/Paper
1717
- Cancel outbound packet that contains malicious string
1818
- Or alternatively, you can upgrade log4j2 to `2.15.0`.

0 commit comments

Comments
 (0)