fix a small error in ScreenNameEntryTraditional underlay
This commit is contained in:
@@ -32,7 +32,7 @@ t[#t+1] = Def.Actor {
|
||||
end;
|
||||
CodeMessageCommand=function(self,param)
|
||||
if param.Name == "Enter" then
|
||||
SCREENMAN:GetTopScreen():Finish(pn);
|
||||
SCREENMAN:GetTopScreen():Finish(param.PlayerNumber);
|
||||
end
|
||||
end
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user