diff --git a/src/mod_swift_travel_form.cpp b/src/mod_swift_travel_form.cpp index 7a9c455..4c1a5c3 100644 --- a/src/mod_swift_travel_form.cpp +++ b/src/mod_swift_travel_form.cpp @@ -74,7 +74,7 @@ public: // if (!unit || unit->GetTypeId() != TYPEID_PLAYER) // return; -// Player* player = unit->ToPlayer(); + Player* player = unit->ToPlayer(); // if (!RequirementsMet(player)) // return;