mirror of
https://github.com/Anime-Game-Servers/AnimeGamesLua.git
synced 2024-11-23 04:19:41 +00:00
[Fix] Fixed a small mistake in the refactoring of Scriptlib.UnlockFloatSignal
This commit is contained in:
parent
e99e48caa3
commit
2d462753f2
@ -659,7 +659,7 @@ public class ScriptLib {
|
||||
if (handler == null){
|
||||
return NOT_IMPLEMENTED.getValue();
|
||||
}
|
||||
return handler.UnlockFloatSignal(context, groupId, gadgetSignalId);
|
||||
return handler.UnlockFloatSignal(context, groupId, signalGadgetCfgId);
|
||||
}
|
||||
|
||||
public static int SendServerMessageByLuaKey(GroupEventLuaContext context, String stringKey, Object targetsTable){
|
||||
|
Loading…
Reference in New Issue
Block a user