mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 12:03:04 +00:00
...
This commit is contained in:
parent
2be483667a
commit
bcc8d3d7e2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace SanAndreasUnity.Editor
|
|||
{
|
||||
if (!F.IsAppInEditTime)
|
||||
{
|
||||
EditorUtility.DisplayDialog("", "Exit play mode first.", "Ok");
|
||||
EditorUtility.DisplayDialog("", "This can only be used in edit mode.", "Ok");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue