Fix WorldReloader (#7701)

* Fix WorldReloader

* horrible if

* Update WorldReloader.java

Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
Даркнесс#3729 2022-10-12 16:50:07 +03:00 committed by GitHub
parent 201ce276cd
commit 61e9ffb7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,9 @@ public class WorldReloader{
Call.worldDataBegin();
}else{
net.reset();
if(net.client()){
net.reset();
}
logic.reset();
}