mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-06 07:56:09 +00:00
Update warnings
This commit is contained in:
@@ -141,11 +141,11 @@ class MP:
|
||||
|
||||
def Set(self, *args):
|
||||
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):
|
||||
self.log.debug("request Set")
|
||||
self.log.warning("KuiToi cannot support this")
|
||||
self.log.warning("KuiToi cannot support this: MP.Settings()")
|
||||
|
||||
|
||||
class LuaPluginsLoader:
|
||||
|
||||
Reference in New Issue
Block a user