summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/character/chr_shim.erl')
-rw-r--r-- | src/character/chr_shim.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character/chr_shim.erl b/src/character/chr_shim.erl index d7e688f..04b3708 100644 --- a/src/character/chr_shim.erl +++ b/src/character/chr_shim.erl @@ -20,6 +20,6 @@ generate_random_character_roster () -> Result = chr_roster:new(<<"0">>, <<"0">>), - %% TODO: unimplemented. + %% TODO [DEBUG][REQUIRED]: unimplemented. Result. |