Merge pull request #643 from ultramemer/patch-1

typo
This commit is contained in:
LightCat 2018-11-24 14:54:51 +00:00 committed by GitHub
commit 47802ecbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ CatCommand join_spam("join_spam", "Spam joins server for X seconds",
joinspam.update();
spamdur = id;
});
CatCommand join("mm_join", "Join mm Matcgh", [](){
CatCommand join("mm_join", "Join mm Match", [](){
auto gc = re::CTFGCClientSystem::GTFGCClientSystem();
if (gc)
gc->JoinMMMatch();