Update Gametime-Tutorial.md

Fix references per #2716
This commit is contained in:
homeofpoe 2022-10-25 09:15:26 -07:00 committed by GitHub
parent bf6eeb288f
commit c6b7b0284f

View file

@ -230,12 +230,12 @@ displaying them differently. See next section.
As pointed out earlier, the `@time` command is meant to be used with a standard calendar, not a
custom one. We can easily create a new command though. We'll call it `time`, as is often the case
on other MU*. Here's an example of how we could write it (for the example, you can create a file
`showtime.py` in your `commands` directory and paste this code in it):
`gametime.py` in your `commands` directory and paste this code in it):
```python
# in a file mygame/commands/gametime.py
from evennia.contrib import custom_gametime
from evennia.contrib.base_systems import custom_gametime
from commands.command import Command