maxuser0 / minescript

Python scripting for Minecraft
GNU General Public License v3.0
33 stars 3 forks source link

paste.py - ; line 50 #18

Open Squizzy opened 3 months ago

Squizzy commented 3 months ago

in paste.py:

```

echo( f"{num_unloaded_blocks} of {num_chunks} chunks are not loaded " "within the requested paste volume. Cancelling paste.”);



semicolon at the end should be removed.