From 074da6d15f4582506acb8dfad0b409ca8264eef4 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 11 Mar 2024 11:01:18 +0100 Subject: Fix spelling in hotswap --- docs/hotswap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/hotswap.md b/docs/hotswap.md index c59b069..0b14f90 100644 --- a/docs/hotswap.md +++ b/docs/hotswap.md @@ -26,7 +26,7 @@ Once your game is started, you can reload your changes by pressing ++ctrl+f9++ ( ## Caveats -Even with DCEVM you cannot change all the things. Initialization code is not run again, so thinks like event listers, registered commands, mixins and similar configuration that is done once break. Even some things like static fields don't get properly initialized. Sometimes changes cannot be properly detected and all classes get reloaded, resulting in most of your event listeners being unregistered. There isn't much that can be done in those situations. Watch your IntelliJ notifications to see how many classes are being reloaded and restart if you see numbers that are too big or too small. +Even with DCEVM you cannot change all the things. Initialization code is not run again, so things like event listers, registered commands, mixins and similar configuration that is done once will not be updated. Even some things like static fields don't get properly initialized. Sometimes changes cannot be properly detected and all classes get reloaded, resulting in most of your event listeners being unregistered. There isn't much that can be done in those situations. Watch your IntelliJ notifications to see how many classes are being reloaded and restart if you see numbers that are too big or too small (0). ## Hotswap Agent -- cgit