[MIRROR] Removes a redundant cut_overlays in basketball code [MDB IGNORE] (#20723)

* Removes a redundant cut_overlays in basketball code (#74916)

## About The Pull Request

It doesn't like, do anything except clear our emissive blockers, since
we aren't directly adding overlays anywhere here

* Removes a redundant cut_overlays in basketball code

---------

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-04-24 02:43:15 +01:00
committed by GitHub
co-authored by LemonInTheDark
parent 744693c60f
commit 08c9b50bb1
-2
View File
@@ -56,8 +56,6 @@
if(dir & NORTH)
SET_PLANE_IMPLICIT(src, GAME_PLANE_UPPER)
cut_overlays()
var/dir_offset_x = 0
var/dir_offset_y = 0