back_recharge
wangyuan 2019-08-21 15:30:40 +08:00
parent 0f783608d2
commit 9d4473f31d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class CheckFight {
* @param optionData
* @return {,1,2,3,4,5}
*/
public int[] checkFight(int seed,int maxTime, LuaValue fightData, LuaValue optionData){
public synchronized int[] checkFight(int seed,int maxTime, LuaValue fightData, LuaValue optionData){
LuaValue func = transCoderObj.get(LuaValue.valueOf("Execute"));
LuaValue args = new LuaTable();
args.set("seed",seed);