From 88b1090d63a20ec368f3518298727a073e6a4112 Mon Sep 17 00:00:00 2001 From: anon5 Date: Tue, 22 Jun 2021 19:42:34 +0000 Subject: s/ToSrvModChan(.*)/ToSrv\1ModChan/g --- nodebox.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nodebox.go') diff --git a/nodebox.go b/nodebox.go index 166961e..ce144a4 100644 --- a/nodebox.go +++ b/nodebox.go @@ -5,11 +5,11 @@ type Box [2]Vec type NodeBoxType uint8 const ( - CubeBox NodeBoxType = iota // Cube - FixedBox // Fixed - MountedBox // Mounted - LeveledBox // Leveled - ConnectedBox // Connected + CubeBox NodeBoxType = iota // Cube + FixedBox // Fixed + MountedBox // Mounted + LeveledBox // Leveled + ConnectedBox // Connected maxBox ) -- cgit v1.2.3