mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Removed the old base* start files from game/gamesrc. This is in line with the new API usage. Unfortunately this will likely lead to some collisions for people.
This commit is contained in:
parent
b2d91d9bb5
commit
e7869ed830
5 changed files with 1 additions and 611 deletions
|
|
@ -200,7 +200,7 @@ SCRIPT_TYPECLASS_PATHS = ["game.gamesrc.scripts", "game.gamesrc.scripts.examples
|
|||
PLAYER_TYPECLASS_PATHS = ["game.gamesrc.objects", "contrib"]
|
||||
|
||||
# Typeclass for player objects (linked to a character) (fallback)
|
||||
BASE_PLAYER_TYPECLASS = "src.objects.players.Player"
|
||||
BASE_PLAYER_TYPECLASS = "src.players.player.Player"
|
||||
# Typeclass and base for all objects (fallback)
|
||||
BASE_OBJECT_TYPECLASS = "src.objects.objects.Object"
|
||||
# Typeclass for character objects linked to a player (fallback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue