nsyshid: Tidyups and Fixes (#1275)

This commit is contained in:
Joshua de Reeper 2024-07-28 17:50:20 +01:00 committed by GitHub
parent 593da5ed79
commit 517e68fe57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -978,7 +978,7 @@ namespace nsyshid
{
for (const auto& it : GetListSkylanders())
{
if(it.first.first == skyId && it.first.second == skyVar)
if (it.first.first == skyId && it.first.second == skyVar)
{
return it.second;
}