Update Readme

This commit is contained in:
zeruth
2019-06-17 18:57:29 -04:00
parent 9f5c7d1bcf
commit ea54313a65
2 changed files with 5 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ public abstract class RSGameShellMixin implements RSGameShell
@Replace("checkHost")
protected final boolean checkHost()
{
//ALways allow host.
//Always allow host.
return true;
}
}