mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
[MIRROR] Remove unused output var from sql_message_system.dm [MDB IGNORE] (#26131)
* Remove unused `output` var from `sql_message_system.dm` (#80951) ## About The Pull Request Fixes this  ## Changelog N/A * Remove unused `output` var from `sql_message_system.dm` --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
This commit is contained in:
@@ -651,7 +651,6 @@
|
||||
return
|
||||
if(!type)
|
||||
return
|
||||
var/output
|
||||
var/list/parameters = list(
|
||||
"targetckey" = target_ckey,
|
||||
"type" = type,
|
||||
|
||||
Reference in New Issue
Block a user