remove overpowered double return

This commit is contained in:
Bluub
2021-06-20 22:14:11 +02:00
parent d751c9fb0e
commit 982f09cf8d
+1 -1
View File
@@ -367,7 +367,7 @@ namespace BBM
state.setTable();
state.setTable();
}
return 1; return 1;
return 1;
}
int LuaMap::canPutBomb(lua_State *L)