diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
commit | 03d408f1b69a7b25d4f1b81db274bf69010a490a (patch) | |
tree | 5835d6c157a14cae0ae9c06b14d1bdaaec22526f /client/map/map.gd | |
parent | 3885cbfae528608350804f704dba9c82fdbfd027 (diff) | |
download | hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.bz2 hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.zst |
fix most dependencies
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 |