From 26d42e9f37e174e337544e466727175307d627c7 Mon Sep 17 00:00:00 2001 From: FateJH Date: Mon, 21 May 2018 07:29:09 -0400 Subject: [PATCH] fixing incorrect documentation --- .../packet/game/FacilityBenefitShieldChargeRequestMessage.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/scala/net/psforever/packet/game/FacilityBenefitShieldChargeRequestMessage.scala b/common/src/main/scala/net/psforever/packet/game/FacilityBenefitShieldChargeRequestMessage.scala index 15389532..6b1d6110 100644 --- a/common/src/main/scala/net/psforever/packet/game/FacilityBenefitShieldChargeRequestMessage.scala +++ b/common/src/main/scala/net/psforever/packet/game/FacilityBenefitShieldChargeRequestMessage.scala @@ -7,7 +7,7 @@ import scodec.codecs._ /** * Dispatched by the client when driving a vehicle in the sphere of influence of an allied base - * that is a dropship center or that possesses the lattice-connected benefit of a dropship center. + * that is an amp station facility or that possesses the lattice-connected benefit of an amp station. * The vehicle that is being driven will not have perfect fully-charged shields at the time. * @param vehicle_guid the vehicle whose shield is being charged */