Remove unused default dependency (#16)

This commit is contained in:
ROllerozxa 2022-09-11 14:50:05 +02:00 committed by GitHub
parent 1b031ebd4c
commit 04eaae3e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ Normal players can also invite others to observe them.
## Dependencies
- `player_api` (included in [`minetest_game`](https://github.com/minetest/minetest_game))
- `default` (included in [`minetest_game`](https://github.com/minetest/minetest_game))
## Requirements

View File

@ -1,5 +1,5 @@
name = spectator_mode
depends = default, player_api
depends = player_api
optional_depends = beerchat
description = """
A mod for Minetest allowing players to watch other players in their 3rd person view.