bugfix: don't replace variables when spawning binary, by flygoast

This commit is contained in:
Axel Kittenberger 2013-06-07 10:10:14 +02:00
parent 46d23d59b3
commit ec15abd244
1 changed files with 1 additions and 1 deletions

View File

@ -3001,7 +3001,7 @@ local functionWriter = ( function( )
while ai <= #a do
if a[ ai ][ 1 ] then
local pre, post =
string.match( a[ ai ][ 2 ], '(.*)"..v[1].."(.*)' )
string.match( a[ ai ][ 2 ], '(.*)'..v[1]..'(.*)' )
if pre then