Merge branch 'main' of github.com:alemidev/aiocraft
This commit is contained in:
commit
beebdc42d9
1 changed files with 2 additions and 1 deletions
|
@ -276,7 +276,8 @@ def compile():
|
||||||
# First folder starting with PrismarineJS
|
# First folder starting with PrismarineJS
|
||||||
folder_name = next(folder for folder in os.listdir(mc_path) if folder.startswith("PrismarineJS"))
|
folder_name = next(folder for folder in os.listdir(mc_path) if folder.startswith("PrismarineJS"))
|
||||||
|
|
||||||
shutil.rmtree(mc_path / 'proto')
|
if os.path.isdir(mc_path / 'proto'):
|
||||||
|
shutil.rmtree(mc_path / 'proto')
|
||||||
|
|
||||||
PACKETS = {
|
PACKETS = {
|
||||||
"handshaking": {
|
"handshaking": {
|
||||||
|
|
Loading…
Reference in a new issue