Skip to content

Commit

Permalink
Removes an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
covertcorvid committed Feb 28, 2024
1 parent 531c393 commit a259535
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ PROCESSING_SUBSYSTEM_DEF(JSOvermap)
WG.holder.all_weapons |= OW
ui_interact(user)
if("rename_weapon")
var/datum/weapon_group/WG = locate(params["group_id"])
var/datum/overmap_weapon/OW = locate(params["weapon_id"])
var/new_name = tgui_input_text(usr, "Enter the new name", "Rename")
if(!new_name)
Expand Down

0 comments on commit a259535

Please sign in to comment.