mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user