mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
The CScript module is now disabled by default. It will get re-enabled once it gets finished.
This commit is contained in:
parent
8ff20ba6e3
commit
4fe2f00133
@ -15,3 +15,8 @@ def get_doc_classes():
|
|||||||
|
|
||||||
def get_doc_path():
|
def get_doc_path():
|
||||||
return "doc_classes"
|
return "doc_classes"
|
||||||
|
|
||||||
|
|
||||||
|
def is_enabled():
|
||||||
|
# The module is disabled by default.
|
||||||
|
return False
|
Loading…
Reference in New Issue
Block a user