diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-27 21:05:46 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-27 21:05:46 -0400 |
| commit | 9f45d65f40e28aa01be601dc5d5f0420045c808c (patch) | |
| tree | de44072c6e7f9200e74a13bd6b6227cd9c49d58a /src/load.c | |
| parent | 34b11c33ff5b0df5466642b577bf32b529fc66fd (diff) | |
| download | market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.zip market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.tar.gz market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.tar.bz2 market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.tar.xz | |
some tiny stuff
Diffstat (limited to 'src/load.c')
| -rw-r--r-- | src/load.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ void load_handler(struct player_t *player) { if(restricted) { - output("Forbidden.\n"); + output("Loading forbidden in restricted mode.\n"); return; } output("Enter the file to load portfolio from: "); |