fixed typo in comment

This commit is contained in:
Kr3m 2024-05-07 08:48:29 -04:00
parent ac6f36366a
commit 35ffb79b40

View file

@ -909,7 +909,7 @@ static void SV_InitGameVM( qboolean restart ) {
// start the entity parsing at the beginning // start the entity parsing at the beginning
//sv.entityParsePoint = CM_EntityString(); //sv.entityParsePoint = CM_EntityString();
// now we can replace all entities on the map with out own // now we can replace all entities on the map with our own
if ( !( sv.entityParsePoint = SV_GetCustomEntityString() ) ) if ( !( sv.entityParsePoint = SV_GetCustomEntityString() ) )
sv.entityParsePoint = CM_EntityString(); sv.entityParsePoint = CM_EntityString();