mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-30 04:57:10 +01:00
fixed inputfields
This commit is contained in:
@@ -34,6 +34,7 @@ public class InputValidator : MonoBehaviour
|
||||
|
||||
private void ValueChangeCheck()
|
||||
{
|
||||
//IP
|
||||
if(InputType == TypeOfInput.IP)
|
||||
{
|
||||
int counter = 0;
|
||||
@@ -98,6 +99,7 @@ public class InputValidator : MonoBehaviour
|
||||
|
||||
}
|
||||
|
||||
// USERNAME
|
||||
if (InputType == TypeOfInput.Username)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user