Game Mode Executing on Client?

I have a Game Mode in C++, with a Blueprint Child Class. I start the Game in Multiplayer, and have bother a Server and a Client. I believe the Game Mode only exists on the server, however in beginplay of the Game Mode class i have a print string, but this print string is executing on both my client and server. Is this intended behavior, or do i have a setting incorrect.