Replicating a variable in a custom AGameState breaks playercontroller on client

I had the same issue, and I had indeed forgot to call Super in GetLifetimeReplicatedProps. Good call.