forked from MagicBane/Server
Class renamed to fix case.
This commit is contained in:
@@ -99,7 +99,7 @@ public class RequestEnterWorldHandler extends AbstractClientMsgHandler {
|
||||
}
|
||||
|
||||
// Object Data
|
||||
cityDataMsg wom = new cityDataMsg(session, true);
|
||||
CityDataMsg wom = new CityDataMsg(session, true);
|
||||
dispatch = Dispatch.borrow(player, wom);
|
||||
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.PRIMARY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user