-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot warn offline players that have not been warned before #12
Comments
This is an already known issue, and sadly there is no easy way to resolve this. I may implement it in 1.3.0. :) |
oh, ok. |
By the way, wich version are you using? |
banwarn v1.1.0 |
You might want to use https://github.com/robske110/BanWarn/releases/tag/1.2.0-InDev-beta2 instead |
ok |
As 1.2.0 is now released, I'm now actively working on this issue. It will be fixed in BanWarn 1.3.0 |
Pease note that i now discontinued 1.x.x series the new version 2.0.0 will adress and fix this issue though! |
So ditching 1.3 and going to 2.0? |
yep |
Just a question: Whats the estimated date 2.0.0 will come out? |
1 month or so public static $langs = ['deu','eng'];
public static $friendlyLangs = [
'deu' => ['ger', 'german', 'deutsch'],
'eng' => ['english', 'englisch']
];
public static function getLangFromFriendlyName($friendlyName){
$friendlyName = strtolower($friendlyName);
foreach(self::$friendlyLangs as $lang => $friendlyNames){
in_array(,true);
}
return false;
} translation file :) |
well, i can warn users that are offline, but they need to have a warning point already
The text was updated successfully, but these errors were encountered: