Quote:
Originally Posted by abdeen
Breakpoint this line and check values to know where is the null ....
|
The null is where he doesnt have that map added to the dictionary/list...
So he is trying to make reference to something that doesnt exist
I recommend using a
Code:
if(!Kernel.Maps.ContainsKey(ElitePKTournament.WaitingAreaID)){
Handle something alternative or add the map before
}