Skip to content

Commit 7e29d9d

Browse files
committed
Fixed typo in previous commit
1 parent 7a30bbb commit 7e29d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MTA10/mods/shared_logic/lua/CLuaFunctionDefs.Browser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ int CLuaFunctionDefs::ExecuteBrowserJavascript ( lua_State* luaVM )
348348
return 1;
349349
}
350350
else
351-
argStream.SetCustomError ( "This function does not work with local browsers" );
351+
argStream.SetCustomError ( "This function does not work with remote browsers" );
352352
}
353353

354354
if ( argStream.HasErrors () )

0 commit comments

Comments
 (0)