remove extra return

develop
myk002 2021-06-27 19:34:29 -07:00
parent c807398eff
commit 48f90da72e
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 0 additions and 2 deletions

@ -856,8 +856,6 @@ static int dig_now_tile(lua_State *L)
if (!out)
out = &Core::getInstance().getConsole();
return 1;
dig_now_options options;
options.start = pos;
options.end = pos;