Skip to content

Commit b247d36

Browse files
committed
Minor style fix
1 parent efd9ae1 commit b247d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garrysmod/lua/autorun/developer_functions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ local function Find( ply, command, arguments )
114114
end
115115

116116
if ( SERVER ) then
117-
concommand.Add( "lua_find", Find, nil, "Find any variable by name on the server.", { FCVAR_DONTRECORD } )
117+
concommand.Add( "lua_find", Find, nil, "Find any variable by name on the server.", FCVAR_DONTRECORD )
118118
concommand.Add( "lua_findhooks", Find, nil, "Find hooks by event name and hook identifier on the server.", FCVAR_DONTRECORD )
119119
else
120120
concommand.Add( "lua_find_cl", Find, nil, "Find any variable by name on the client.", FCVAR_DONTRECORD )

0 commit comments

Comments
 (0)