Skip to content

Commit df2f4c0

Browse files
authored
Update QueueListCache.cpp
1 parent be5b70a commit df2f4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueueListCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void QueueListCache::UpdateArenaNonRated()
124124
if (!arenaType)
125125
continue;
126126

127-
auto arenaTypeString = Acore::StringFormatFmt("{}v{}", arenaType, arenaType);
127+
auto arenaTypeString = Acore::StringFormat("{}v{}", arenaType, arenaType);
128128
uint32 playersNeed = ArenaTeam::GetReqPlayersForType(arenaType);
129129
uint32 minLevel = std::min(bracketEntry->minLevel, (uint32)80);
130130
uint32 maxLevel = std::min(bracketEntry->maxLevel, (uint32)80);

0 commit comments

Comments
 (0)