Commit 66361973 authored by Nico Schallehn's avatar Nico Schallehn

Logik Fehler (Bugfix)

parent ac1a9a77
......@@ -32,7 +32,7 @@ function ChatNachricht($text, $admin, $userchange ){
$name = substr($text, 3, $end-3);
$UserID = UsernametoID($name);
$text = substr($text, $end+1);
if(!($UserID == false)){
if(($UserID == false)){
$JamesText = "Deine Nachricht an ".$name." konnte ich leider nicht zustellen, da der Benutzer nicht existiert! :-(";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment