Typo
This commit is contained in:
parent
c87fb9620b
commit
7e3a38c5c1
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ namespace TShockAPI.DB
|
|||
|
||||
try
|
||||
{
|
||||
using (var reader = database.QueryReader("SELECT * FROM Grouplist"))
|
||||
using (var reader = database.QueryReader("SELECT * FROM GroupList"))
|
||||
{
|
||||
while (reader.Read())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue