{% extends "base.html" %} {% block title %}Game Admin — {{ config.BBS_NAME }}{% endblock %} {% block content %}
| Game | Type | Plays |
|---|---|---|
| {{ game.name }} | {{ game.game_type }} | {{ game.play_count or 0 }} |
| User | Game | Status |
|---|---|---|
| {{ s.user.username }} | {{ s.game.name }} | {{ s.status }} |
Wipe the persistent universe (sectors, ports, planets, players, team / Cabal data). Next launch rebuilds from scratch using the bundled sector and port maps. Use this when testing init changes or before going public.