2nd half of previous commit

This commit is contained in:
TheManii 2016-04-09 12:38:15 -07:00
parent c38fbc0c09
commit 5c7ca212aa
2 changed files with 2 additions and 2 deletions

View file

@ -340,7 +340,7 @@ namespace FFXIVClassic_Lobby_Server
return mConnectedPlayerList;
}
public static Dictionary<uint, Item> getItemGamedataList()
public static Dictionary<uint, Item> GetGamedataItems()
{
return gamedataItems;
}