Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiod committed Feb 4, 2021
1 parent 94ab834 commit 822bb16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xubot/src/Commands/SmallLangInterps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ public static string Execute(string input, string ascii_input = "a")
memory[memory_pointer] = inputs[input_pointer];
input_pointer++;
}
catch (Exception e)
{
// do nothing
}
catch (Exception e) {}
break;
case '[':
if (memory[memory_pointer] == 0)
Expand Down

0 comments on commit 822bb16

Please sign in to comment.