mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 00:35:36 +00:00
minor
This commit is contained in:
parent
a06c48dca5
commit
59c113ade5
@ -110,7 +110,7 @@ class MP:
|
||||
|
||||
def TriggerLocalEvent(self, event_name, *args):
|
||||
self.log.debug("request TriggerLocalEvent()")
|
||||
self.log.debug(f"Calling local lua event: '{event_name} ({args})'")
|
||||
self.log.debug(f"Calling local lua event: '{event_name}{args}'")
|
||||
funcs_data = []
|
||||
if event_name in self._local_events.keys():
|
||||
for func_name in self._local_events[event_name]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user