Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb0959e

Browse files
committed
Fix confusion between "cout" and "c->con"
1 parent 555183c commit bb0959e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/mode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ DFhackCExport command_result mode (Core * c, vector <string> & parameters)
166166
c->Suspend();
167167
world->WriteGameMode(gm);
168168
c->Resume();
169-
cout << endl;
169+
c->con << endl;
170170
}
171171
return CR_OK;
172172
}

0 commit comments

Comments
 (0)