diff options
Diffstat (limited to 'client/map/map.gd')
-rw-r--r-- | client/map/map.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/map/map.gd b/client/map/map.gd index b5e519a6..1155a70c 100644 --- a/client/map/map.gd +++ b/client/map/map.gd @@ -15,7 +15,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -@tool class_name Map extends Node3D |