Skip to content

Commit a8eb3cd

Browse files
authored
Fix explosive tool info (#3497)
RLM does nothing
1 parent 79192aa commit a8eb3cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lua/wire/stools/explosive.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ if ( CLIENT ) then
4242
language.Add( "Tool.wire_explosive.fireeffect", "Enable fire effect on triggered" )
4343
language.Add( "Tool.wire_explosive.coloreffect", "Enable color change effect on damage" )
4444
language.Add( "Tool.wire_explosive.invisibleatzero", "Become invisible when health reaches 0" )
45-
TOOL.Information = {
46-
{ name = "left", text = "Create " .. TOOL.Name },
47-
{ name = "right", text = "Update " .. TOOL.Name },
48-
}
45+
TOOL.Information = { { name = "left", text = "Create/Update " .. TOOL.Name } }
4946

5047
WireToolSetup.setToolMenuIcon("icon16/bomb.png")
5148
end

0 commit comments

Comments
 (0)