mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Update warnings
This commit is contained in:
parent
b271c80e39
commit
f181a82e0e
@ -141,11 +141,11 @@ class MP:
|
|||||||
|
|
||||||
def Set(self, *args):
|
def Set(self, *args):
|
||||||
self.log.debug("request Set")
|
self.log.debug("request Set")
|
||||||
self.log.warning("KuiToi cannot support this")
|
self.log.warning("KuiToi cannot support this: MP.Set()")
|
||||||
|
|
||||||
def Settings(self, *args):
|
def Settings(self, *args):
|
||||||
self.log.debug("request Set")
|
self.log.debug("request Set")
|
||||||
self.log.warning("KuiToi cannot support this")
|
self.log.warning("KuiToi cannot support this: MP.Settings()")
|
||||||
|
|
||||||
|
|
||||||
class LuaPluginsLoader:
|
class LuaPluginsLoader:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user