From c7cc6e206e7311e20c5c86a25fbcee21f3d929fb Mon Sep 17 00:00:00 2001 From: zaCade Date: Sun, 5 Nov 2017 01:48:39 +0100 Subject: [PATCH] FixPointTeleport: fix comment mistake. --- FixPointTeleport/scripting/FixPointTeleport.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FixPointTeleport/scripting/FixPointTeleport.sp b/FixPointTeleport/scripting/FixPointTeleport.sp index 63bb47d5..befe54ad 100644 --- a/FixPointTeleport/scripting/FixPointTeleport.sp +++ b/FixPointTeleport/scripting/FixPointTeleport.sp @@ -92,7 +92,7 @@ public MRESReturn OnEntityTeleport(int entity, Handle hParams) { if (IsValidEntity(entity)) { - // Dont reinitialize, if we dont spawnflags or are missing the start constrained spawnflag. + // Dont reinitialize, if we dont have spawnflags or are missing the start constrained spawnflag. if (!HasEntProp(entity, Prop_Data, "m_spawnflags") || (GetEntProp(entity, Prop_Data, "m_spawnflags") & SF_WEAPON_START_CONSTRAINED) == 0) return;