Host Game now opens level
There are some things in here meshes/characters/gamemodes that can be removed.
This commit is contained in:
@@ -81,5 +81,10 @@ void AMyPlayerController::Look(const FInputActionValue& Value)
|
||||
|
||||
void AMyPlayerController::Jump(const FInputActionValue& Value)
|
||||
{
|
||||
if(PlayerCharacter)
|
||||
{
|
||||
PlayerCharacter->Jump();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user