diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-18 02:37:05 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-18 02:37:05 -0500 |
| commit | 8ed7aec95941c0752a0ae21d10594579c39677fb (patch) | |
| tree | d160fb6d89ec10f863b9d2773d3a14c09978b4ff /gamemode/core/database/sv_setup.lua | |
| parent | 0a490d7d811c682a8d0f5a74840583028f13822a (diff) | |
| download | artery-8ed7aec95941c0752a0ae21d10594579c39677fb.tar.gz artery-8ed7aec95941c0752a0ae21d10594579c39677fb.tar.bz2 artery-8ed7aec95941c0752a0ae21d10594579c39677fb.zip | |
Updates to documentation
* Fixed typos in README
* Added Server/Client/Shared kinds to documentation
* Documentation now includes readme
Diffstat (limited to 'gamemode/core/database/sv_setup.lua')
| -rw-r--r-- | gamemode/core/database/sv_setup.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/core/database/sv_setup.lua b/gamemode/core/database/sv_setup.lua index c98a8e4..2fd0d42 100644 --- a/gamemode/core/database/sv_setup.lua +++ b/gamemode/core/database/sv_setup.lua @@ -1,6 +1,6 @@ ---Functions for working the the mysqlite module. -- Helps load players into their correct instance ---@module sv_setup.lua +--@server sv_setup.lua --Adds the MySQLite global nrequire("sv_mysqlite.lua") |
