Hand Tele Fix (#84078)

## About The Pull Request

Fixes #84077

Self explanatory 

## Changelog

🆑 Melbert
fix: Fixed hand tele portals being forever
/🆑
This commit is contained in:
MrMelbert
2024-06-18 17:15:37 -06:00
committed by GitHub
parent 751bf0bc9b
commit d5ab01b3da
+1 -1
View File
@@ -101,7 +101,7 @@
. = INITIALIZE_HINT_QDEL
CRASH("Somebody fucked up.")
if(_lifespan > 0)
addtimer(src, PROC_REF(expire), _lifespan, TIMER_DELETE_ME)
addtimer(CALLBACK(src, PROC_REF(expire)), _lifespan, TIMER_DELETE_ME)
link_portal(_linked)
hardlinked = automatic_link
if(isturf(hard_target_override))