@ -205,9 +205,6 @@ public class PlayerCharacter extends AbstractCharacter {
this . guildStatus = new AtomicInteger ( 0 ) ;
this . guildStatus = new AtomicInteger ( 0 ) ;
this . bindBuildingID = - 1 ;
this . bindBuildingID = - 1 ;
Vector3fImmutable center = new Vector3fImmutable ( 0 , 0 , 0 ) ;
Vector3fImmutable extents = new Vector3fImmutable ( 0 . 5f , 1 . 0f , 0 . 5f ) ;
}
}
/ * *
/ * *
@ -5359,7 +5356,6 @@ public class PlayerCharacter extends AbstractCharacter {
moveToMsg . setSourceType ( GameObjectType . PlayerCharacter . ordinal ( ) ) ;
moveToMsg . setSourceType ( GameObjectType . PlayerCharacter . ordinal ( ) ) ;
moveToMsg . setSourceID ( this . getObjectUUID ( ) ) ;
moveToMsg . setSourceID ( this . getObjectUUID ( ) ) ;
ChatManager . chatSystemInfo ( this , "This is a test" ) ;
Dispatch dispatch = Dispatch . borrow ( this , moveToMsg ) ;
Dispatch dispatch = Dispatch . borrow ( this , moveToMsg ) ;
DispatchMessage . dispatchMsgDispatch ( dispatch , DispatchChannel . PRIMARY ) ;
DispatchMessage . dispatchMsgDispatch ( dispatch , DispatchChannel . PRIMARY ) ;