Return There

This commit is contained in:
Olof Larsson 2015-08-29 10:35:24 +02:00
parent 3f3ee4df6d
commit 47d852ed3d

View File

@ -52,6 +52,7 @@ public class CmdFactionsUnstuck extends FactionsCommand
if (isFree(msender, center)) if (isFree(msender, center))
{ {
msg("<b>You don't seem to be stuck."); msg("<b>You don't seem to be stuck.");
return;
} }
// ... get the nearest free top location ... // ... get the nearest free top location ...