Live code lb
Kotlin/Java
4
Posts
4
Posters
549
Views
1
Watching
-
wrote on 10 Jul 2020, 10:53 last edited by
I have recently downloaded liquidbounce src and built it. At the moment if I make a change I have to restart the game to see changes, is there a way I can use live code or something to avoid having to restart every time?
-
wrote on 10 Jul 2020, 10:54 last edited by
you can run it in debug mode(but idk how to do that)
-
Moderatorwrote on 10 Jul 2020, 14:47 last edited by scorpion3013 7 Oct 2020, 14:48
Run in debug and use ctrl + shift + F9 to hotswap (can fail when bigger changes are done)
-
wrote on 11 Jul 2020, 01:17 last edited by
Thank you man