Not sure if a Bug exactly. But
In the name of the game you have "PoroKing_Game_mode_name" Pretty sure thats something with the code thats just wonkey and its just supposed to say PoroKing Game mode without all the underscores?
In the name of the game you have "PoroKing_Game_mode_name" Pretty sure thats something with the code thats just wonkey and its just supposed to say PoroKing Game mode without all the underscores?
The underscores are there on purpose, but it's a bug.
"PoroKing_Game_mode_name" is a programming variable. It's not being displayed correctly though, likely because there was a mistake in telling the Client what to display.
The closest comparison most people would get is used for ye standard dunce introduction:
Bob: Say hi, Eddy. Eddy: Hi, Eddy.
Obviously Bob expects Eddy to just say "Hi", but Eddy goes on to say something slightly different.
In the programming situation, the client was suppose to look at the name that was inside the variable named "PoroKing_Game_mode_name", but instead it just printed the name of the variable.