1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-02 22:53:15 +00:00

Fix using a tab instead of space

Annoying that pre-commit didn't catch this!
This commit is contained in:
Jonathan Coates
2024-01-30 22:01:57 +00:00
parent 27c72a4571
commit 57b1a65db3

View File

@@ -8,7 +8,7 @@
},
"client": [
"BlockRenderDispatcherMixin",
"ClientPacketListenerMixin"
"ClientPacketListenerMixin"
],
"refmap": "client-computercraft.refmap.json"
}