mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
MOAR CHANGES!!
This commit is contained in:
@ -236,6 +236,8 @@ namespace IW4MAdmin
|
||||
aliasDB.updatePlayer(NewPlayer.Alias);
|
||||
clientDB.updatePlayer(NewPlayer);
|
||||
|
||||
Utilities.Wait(10); // they're loading in.
|
||||
|
||||
if (NewPlayer.getLevel() == Player.Permission.Banned) // their guid is already banned so no need to check aliases
|
||||
{
|
||||
String Message;
|
||||
@ -538,7 +540,7 @@ namespace IW4MAdmin
|
||||
|
||||
private void setDvar(String Dvar, String Value)
|
||||
{
|
||||
//Utilities.setDvar(PID, Dvar, Value);
|
||||
// Utilities.setDvar(PID, Dvar, Value);
|
||||
}
|
||||
|
||||
[DllImport("kernel32.dll")]
|
||||
|
Reference in New Issue
Block a user