You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Credits: this is Quaker's ([@skyrim](https://github.com/skyrim)) [plugin](https:
15
15
16
16
searchmaps provides commands to search through the maps installed on the server, with an optional search term and pagination.
17
17
For this version to work, you have to create an _allmaps.txt_ file (in _addons/amxmodx/configs_) containing a map per line, with all the maps you want.
18
-
Doing `cd` into your _ag/maps_ folder and executing `ls *.bsp >> ../addons/amxmodx/configs/allmaps.txt` should be enough for this plugin to work correctly.
18
+
Doing `cd` into your _ag/maps_ folder and executing `ls -- *.bsp >> ../addons/amxmodx/configs/allmaps.txt` should be enough for this plugin to work correctly.
0 commit comments