This commit is contained in:
high 2011-08-08 19:59:37 -04:00
parent c87fb9620b
commit 7e3a38c5c1

View file

@ -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())
{