mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Comment clarification.
This commit is contained in:
parent
94779a86a5
commit
270f7e7128
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ def scriptlink(source_obj, scriptname):
|
|||
retval = cached_scripts.get(scriptname, False)
|
||||
if retval:
|
||||
return retval.class_factory(source_obj)
|
||||
|
||||
##
|
||||
## NOTE: Only go past here when the script isn't already cached.
|
||||
##
|
||||
|
||||
# Split the script name up by periods to give us the directory we need
|
||||
# to change to. I really wish we didn't have to do this, but there's some
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue