Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Sep 9, 2014
1 parent 96a8b74 commit 1be9560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HappyFunTimes/GameServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private void SocketMessage(object sender, MessageEventArgs e) {
if ( e!= null && e.Type == Opcode.Text) {
try {
// Handle ping.
if (e.Data == "P") {
if (e.Data == "P") {
Send("P");
return;
}
Expand Down

0 comments on commit 1be9560

Please sign in to comment.