Skip to content

Commit 20f55fa

Browse files
committed
fixup: comment
1 parent c3f8a7c commit 20f55fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/Session.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void Session::Ended() {
149149
auto info = entityList->GetEntityInfoByIndex(index);
150150
if (info->m_pEntity == nullptr) continue;
151151
auto entityClass = server->GetEntityClassName(info->m_pEntity);
152-
if (!entityClass || !Utils::StartsWith(entityClass, "point_viewcontrol")) continue; // point_view
152+
if (!entityClass || !Utils::StartsWith(entityClass, "point_viewcontrol")) continue; // point_viewcontrol_multiplayer
153153
if (server->AcceptInput) server->AcceptInput(info->m_pEntity, "Disable", 0, 0, {0}, 0);
154154
}
155155
}

0 commit comments

Comments
 (0)