chore: fix executable permissions on 6 scripts

All had shebangs (#!/usr/bin/env bash/python3) but were missing +x:
- restart-worldserver.sh
- tools/diff_classic_turtle_opcodes.py
- tools/gen_opcode_registry.py
- tools/m2_viewer.py
- tools/opcode_map_utils.py
- tools/validate_opcode_maps.py
This commit is contained in:
Kelsi 2026-03-30 18:55:15 -07:00
parent 1e06ea86d7
commit 4b379f6fe9
6 changed files with 0 additions and 0 deletions

0
tools/diff_classic_turtle_opcodes.py Normal file → Executable file
View file

0
tools/gen_opcode_registry.py Normal file → Executable file
View file

0
tools/m2_viewer.py Normal file → Executable file
View file

0
tools/opcode_map_utils.py Normal file → Executable file
View file

0
tools/validate_opcode_maps.py Normal file → Executable file
View file