Skip to content

Commit

Permalink
Fix Minetest config files for Mineunit (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
S-S-X authored Oct 15, 2021
1 parent 7806eee commit 801233e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![luacheck](https://github.com/S-S-X/qos/workflows/luacheck/badge.svg)
![mineunit](https://github.com/S-S-X/qos/workflows/mineunit/badge.svg)
![coverage](https://mineunit-badges.000webhostapp.com/S-S-X/qos/coverage)
[![ContentDB](https://content.minetest.net/packages/-SX-/qos/shields/downloads/)](https://content.minetest.net/packages/-SX-/qos/)

## Minetest HTTP API QoS control queue

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/noop_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("Mod noop initialization", function()
setup(function()
-- Replace configuration file
core_settings = core_settings or core.settings
core.settings = Settings("minetest_noop.cfg")
core.settings = Settings("minetest_noop.conf")
end)

teardown(function()
Expand Down

0 comments on commit 801233e

Please sign in to comment.